BWYServerDisconnect Function
Overview
Disconnect a client from the server. Please read remarks on when to use.
Declaration
BOOL WINAPI BWYServerDisconnect(HANDLE hClient);
Parameters
Return Value
If the function succeeds it returns TRUE otherwise FALSE. The return value of FALSE will most likely occur if the client is already disconnected.
Remarks
This function should only be used when the client cannot be disconnected by returning FALSE in one of the event callback functions.
Windows Requirements
| Header | BWYSystemsServer.h |
| Library | BWYSystemsServer.lib |
| DLL | BWYSystemsServer.dll |
Linux Requirements
| Header | BWYSystemsServer.h |
| Shared Library | libBWYSystemsServer.so |