IServerSecurity::IsImpersonating (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.