IServerSecurity::IsImpersonating
Indicates
whether IServerSecurity::ImpersonateClient
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