GetClientInfo function
The GetClientInfo function gets information about the client process, such as thread and process ID, and flags indicating the client's state and privileges.
Syntax
NTSTATUS GetClientInfo( _Out_ PSECPKG_CLIENT_INFO ClientInfo );
Parameters
- ClientInfo [out]
-
Pointer to a SECPKG_CLIENT_INFO structure that receives information about the client.
Return value
If the function succeeds, the return value is STATUS_SUCCESS.
If the function fails, the return value is an NTSTATUS code indicating the reason it failed.
Remarks
A pointer to the GetClientInfo function is available in the LSA_SECPKG_FUNCTION_TABLE structure received by the SpInitialize function.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also