ID3D11VideoDecoder::GetDriverHandle method (d3d11.h)

Gets a handle to the driver.

Syntax

HRESULT GetDriverHandle(
  [out] HANDLE *pDriverHandle
);

Parameters

[out] pDriverHandle

Receives a handle to the driver.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The driver handle can be used to configure content protection.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header d3d11.h

See also

ID3D11VideoDecoder