BWYServerGetClientCount Function
Overview
Get the number of connected clients.
Declaration
UINT WINAPI BWYServerGetClientCount(HANDLE hServer);
Parameters
- hServer
The server handle of the I/O completion ports TCP/IP server.
Return Value
The number of connected clients.
Remarks
This function is thread safe and can be called from anywhere in the program.
Windows Requirements
| Header | BWYSystemsServer.h |
| Library | BWYSystemsServer.lib |
| DLL | BWYSystemsServer.dll |
Linux Requirements
| Header | BWYSystemsServer.h |
| Shared Library | libBWYSystemsServer.so |