IWRdsWddmIddProps::OnDriverUnload method (wtsprotocol.h)

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

Syntax

HRESULT OnDriverUnload(
  [in] ULONG SessionId
);

Parameters

[in] SessionId

ID of a session driver is unloaded from.

Return value

Returns S_OK or error code

Requirements

Requirement Value
Target Platform Windows
Header wtsprotocol.h

See also

IWRdsWddmIddProps