IServerSecurity::IsImpersonating  WS_79K

Indicates whether IServerSecurity::ImpersonateClient432_MJ5 has been called without a matching call to IServerSecurity::RevertToSelf4OSWWQ.

BOOL IsImpersonating()

 

Return Values

TRUE

This thread has called IServerSecurity::ImpersonateClient and is currently impersonating the client of this call.

FALSE

This thread is not currently impersonating the client of this call.

 

See Also

IServerSecurity::RevertToSelf, .