BWYServerIsAuthenticated Function
Overview
Check if the client is authenticated by a previous call to BWYServerAuthenticate.
Declaration
BOOL WINAPI BWYServerIsAuthenticated(HANDLE hClient);
Parameters
- hClient
The client handle who is to be checked for authentication.
Return Value
Returns TRUE if the client is authenticated. Otherwise this function returns FALSE.
Windows Requirements
| Header | BWYSystemsServer.h |
| Library | BWYSystemsServer.lib |
| DLL | BWYSystemsServer.dll |
Linux Requirements
| Header | BWYSystemsServer.h |
| Shared Library | libBWYSystemsServer.so |