Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method indicates whether IServerSecurity::ImpersonateClient has been called without a matching call to IServerSecurity::RevertToSelf.
BOOL IsImpersonating( )
Parameters
None.
Return Values
- TRUE
This thread has called IServerSecurity::ImpersonateClient and is currently impersonating. - FALSE
This thread is not currently impersonating.
Remarks
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Objidl.h, Objidl.idl.
Link Library: Ole32.lib, Uuid.lib.
See Also
IServerSecurity::RevertToSelf.
Send Feedback on this topic to the authors