BOOL IsClientAuthenticated( |
|
UINT nClientId |
|
); |
Determine if the specified client session has been authenticated.
Parameters
- nClientId
- An unsigned integer which uniquely identifies the client
session.
Return Value
If the client session has been authenticated, this method will
return a non-zero value, otherwise it will return zero. If the
client ID is valid, this method will clear the last error code.
Requirements
Minimum Desktop Platform: Windows 7 Service Pack 1
Minimum Server Platform: Windows Server 2008 R2 Service Pack 1
Header File: cstools11.h
Import Library: cshtsv11.lib
See Also
AuthenticateClient,
GetClientCredentials,
RequireAuthentication
|