D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS {
  BOOLEAN HdcpSupported;
  ULONG   DefaultControlPort;
  BOOLEAN UsesIhvSolution;
} D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS, *PD3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_miracast_display_device_caps)

_D3DKMT_MIRACAST_DISPLAY_DEVICE_CAPS structure

Description

Miracast display device capabilities.

Members

HdcpSupported

HDCP is supported.

DefaultControlPort

The default control port.

UsesIhvSolution

Uses the solution provided by IHVs.

Remarks

See also