Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE structure contains arguments for the DXGKCB_NOTIFYCURSORSUPPORTCHANGE callback function.
Syntax
typedef struct _DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE {
[in] HANDLE DeviceHandle;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} DXGKARGCB_NOTIFYCURSORSUPPORTCHANGE;
Members
[in] DeviceHandle
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.
[in] VidPnSourceId
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.
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 (WDDM 2.9) |
Header | d3dkmddi.h |