BWYServerGetSockAddr Function
Overview
Fill the client address information in a SOCKADDR_IN structure.
Declaration
BOOL WINAPI BWYServerGetSockAddr(HANDLE hClient, SOCKADDR_IN *psaClient);
Parameters
- hClient
The client handle whose socket address information will be returned.
- psaClient
A pointer to a structure of type SOCKADDR_IN. This structure will contain information such as the client's IP address.
Return Value
Returns TRUE if the function call succeeded.
Windows Requirements
| Header | BWYSystemsServer.h |
| Library | BWYSystemsServer.lib |
| DLL | BWYSystemsServer.dll |
Linux Requirements
| Header | BWYSystemsServer.h |
| Shared Library | libBWYSystemsServer.so |