DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE - NtDoc

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

typedef struct _DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE {
  [in] HANDLE                         DeviceHandle;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkargcb_notifycursorsupportchange)

Description

The DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE structure contains arguments for the DXGKCB_NOTIFYCURSORSUPPORTCHANGE callback function.

Members

DeviceHandle [in]

A handle to the adapter object for the GPU. The driver receives the handle from the DeviceHandle member of the DXGKRNL_INTERFACE structure in a call to its DxgkDdiStartDevice function.

VidPnSourceId [in]

The ID of the video present source on which cursor support is being changed. The OS fails the DXGKCB_NOTIFYCURSORSUPPORTCHANGE callback if VidPnSourceId isn't valid.

See also

DXGKCB_NOTIFYCURSORSUPPORTCHANGE