IWRdsWddmIddProps::GetHardwareId method (wtsprotocol.h)

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

Syntax

HRESULT GetHardwareId(
  [in] WCHAR *pDisplayDriverHardwareId,
  [in] DWORD Count
);

Parameters

[in] pDisplayDriverHardwareId

Pointer to an array that contains the hardware ID.

[in] Count

Size in elements of the hardware ID string.

Return value

S_OK or error code

Requirements

Requirement Value
Target Platform Windows
Header wtsprotocol.h

See also

IWRdsWddmIddProps