// 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 referenceNo description available.
Miracast display device capabilities.
HdcpSupportedHDCP is supported.
DefaultControlPortThe default control port.
UsesIhvSolutionUses the solution provided by IHVs.