// d3dkmddi.h
typedef struct _DXGKARGCB_GETHANDLEDATA {
[in] D3DKMT_HANDLE hObject;
[in] DXGK_HANDLE_TYPE Type;
[in] DXGKCB_GETHANDLEDATAFLAGS Flags;
} DXGKARGCB_GETHANDLEDATA;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_GETHANDLEDATA structure contains the arguments used in the DXGKCB_GETHANDLEDATA callback function.
hObject [in]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.
Type [in]A DXGK_HANDLE_TYPE value that indicates the type of handle to retrieve data about.
Flags [in]A DXGKCB_GETHANDLEDATAFLAGS structure that indicates if allocations belong to a resource.