LSA_GET_CLIENT_INFO callback function (ntsecpkg.h)
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
LSA_GET_CLIENT_INFO LsaGetClientInfo;
NTSTATUS LsaGetClientInfo(
[out] PSECPKG_CLIENT_INFO ClientInfo
)
{...}
Parameters
[out] ClientInfo
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] |
| Target Platform | Windows |
| Header | ntsecpkg.h |