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

HeaderBWYSystemsServer.h
LibraryBWYSystemsServer.lib
DLLBWYSystemsServer.dll

Linux Requirements

HeaderBWYSystemsServer.h
Shared LibrarylibBWYSystemsServer.so