// 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 referenceNo description available.
The DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE structure contains arguments for the DXGKCB_NOTIFYCURSORSUPPORTCHANGE callback function.
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.
DXGKCB_NOTIFYCURSORSUPPORTCHANGE