IWRdsWddmIddProps interface (wtsprotocol.h)

This interface allows a custom IDD driver to be loaded in a remote session.

Inheritance

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

Methods

The IWRdsWddmIddProps interface has these methods.

 
IWRdsWddmIddProps::EnableWddmIdd

Termsrv uses this method to tell protocol stack which mode it is operating.
IWRdsWddmIddProps::GetHardwareId

Protocol stack uses this method to return hardware Id of WDDM ID driver.
IWRdsWddmIddProps::OnDriverLoad

Termsrv uses this method to return a handle of the loaded WDDM ID driver to the protocol stack. From this point the stack owns the handle and needs to call CloseHandle() after communication with the driver is no longer needed.
IWRdsWddmIddProps::OnDriverUnload

Termsrv uses this method to tell the protocol stack that PnP unloaded the WDDM ID driver.

Requirements

Requirement Value
Target Platform Windows
Header wtsprotocol.h