D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO structure

Description

The D3DKMT_GET_DEVICE_VIDPN_OWNERSHIP_INFO structure is used to get device VidPn ownership information.

Members

hDevice

A handle to the device.

bFailedDwmAcquireVidPn

Boolean 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.

See also

D3DKMTQueryAdapterInfo