// d3dkmthk.h
typedef struct _D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO {
D3DKMT_HANDLE hDevice;
BOOLEAN bFailedDwmAcquireVidPn;
} D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO structure is used to get device VidPn ownership information.
hDeviceA handle to the device.
bFailedDwmAcquireVidPnBoolean value that indicates whether the Desktop Windows Manager (DWM) failed to acquire the VidPn. This is set TRUE if DWM failed to acquire the VidPn due to another DWM device already owning the VidPn.