Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 2 KB

ns-d3dkmddi-dxgkargcb_notifycursorsupportchange.md

File metadata and controls

57 lines (48 loc) · 2 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:d3dkmddi._DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
display
DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
10/13/2021
Windows
The DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE structure contains arguments for the DxgkCbNotifyCursorSupportChange callback function.
structure
d3dkmddi.h
Windows Server 2022 (WDDM 2.9)
DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
apiref
HeaderDef
d3dkmddi.h
_DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
_DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
d3dkmddi/_DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
d3dkmddi/DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE
c++

-description

The DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE structure contains arguments for the DXGKCB_NOTIFYCURSORSUPPORTCHANGE callback function.

-struct-fields

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

-field 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