SeStopImpersonatingClient routine
The SeStopImpersonatingClient routine ends the calling thread's impersonation of a user.
Syntax
VOID SeStopImpersonatingClient(void);
Parameters
This routine has no parameters.
Return value
None
Remarks
A server thread can impersonate a user by calling the SeImpersonateClientEx routine. When the thread is done impersonating the user, it calls the SeStopImpersonatingClient routine to end the impersonation.
Requirements
Requirement type | Requirement |
---|---|
Minimum supported client | Windows XP |
Header | Ntifs.h (include Ntifs.h) |
IRQL | PASSIVE_LEVEL |