SeImpersonateClient - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

VOID SeImpersonateClient(
  PSECURITY_CLIENT_CONTEXT ClientContext,
  PETHREAD                 ServerThread
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-seimpersonateclient)

SeImpersonateClient function

Description

The SeImpersonateClient routine is obsolete, but it is exported to support existing driver binaries. Use SeImpersonateClientEx instead.

Parameters

ClientContext

Reserved.

ServerThread

Reserved.