IImpersonateCallback interface (wudfddi.h)

[Warning: UMDF 2 is the latest version of UMDF and supersedes UMDF 1. All new UMDF drivers should be written using UMDF 2. No new features are being added to UMDF 1 and there is limited support for UMDF 1 on newer versions of Windows 10. Universal Windows drivers must use UMDF 2. For more info, see Getting Started with UMDF.]

The IImpersonateCallback interface contains a method that handles impersonation.

A driver registers the IImpersonateCallback interface when the driver calls the IWDFIoRequest::Impersonate method.

Inheritance

The IImpersonateCallback interface inherits from the IUnknown interface. IImpersonateCallback also has these types of members:

  • Methods

Methods

The IImpersonateCallback interface has these methods.

 
IImpersonateCallback::OnImpersonate

The OnImpersonate method handles impersonation.

Requirements

Requirement Value
Target Platform Windows
Header wudfddi.h