DXGKARGCB_GETHANDLEDATA structure (d3dkmddi.h)
The DXGKARGCB_GETHANDLEDATA structure contains the arguments used in the DXGKCB_GETHANDLEDATA callback function.
Syntax
typedef struct _DXGKARGCB_GETHANDLEDATA {
[in] D3DKMT_HANDLE hObject;
[in] DXGK_HANDLE_TYPE Type;
[in] DXGKCB_GETHANDLEDATAFLAGS Flags;
} DXGKARGCB_GETHANDLEDATA;
Members
[in] hObject
A handle to the private data. This handle is the kernel-mode handle that the DirectX graphics kernel subsystem (part of Dxgkrnl.sys) assigned for the private data.
[in] Type
A DXGK_HANDLE_TYPE value that indicates the type of handle to retrieve data about.
[in] Flags
A DXGKCB_GETHANDLEDATAFLAGS structure that indicates if allocations belong to a resource.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista (WDDM 1.0) |
Header | d3dkmddi.h (include D3dkmddi.h) |