D3DKMT_INVALIDATEACTIVEVIDPN - NtDoc

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

typedef struct _D3DKMT_INVALIDATEACTIVEVIDPN {
  [in] D3DKMT_HANDLE hAdapter;
  [in] VOID          *pPrivateDriverData;
  [in] UINT          PrivateDriverDataSize;
} D3DKMT_INVALIDATEACTIVEVIDPN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_INVALIDATEACTIVEVIDPN structure

Description

The D3DKMT_INVALIDATEACTIVEVIDPN structure describes parameters that invalidate the active video present network (VidPN) currently in use.

Members

hAdapter [in]

A handle to the graphics adapter that the VidPN exists on.

pPrivateDriverData [in]

A pointer to a buffer that contains the display mode (for example, clone-view mode) that the OpenGL installable client driver (ICD) requests for the new VidPN.

PrivateDriverDataSize [in]

The size, in bytes, of the buffer that pPrivateDriverData points to.

See also

D3DKMTInvalidateActiveVidPn