SeImpersonateClient function (ntifs.h)
The SeImpersonateClient routine is obsolete, but it is exported to support existing driver binaries. Use SeImpersonateClientEx instead.
Syntax
void SeImpersonateClient(
PSECURITY_CLIENT_CONTEXT ClientContext,
PETHREAD ServerThread
);
Parameters
ClientContext
Reserved.
ServerThread
Reserved.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | ntifs.h (include Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |