// d3dkmddi.h
typedef struct _DXGKARGCB_ENUMHANDLECHILDREN {
[in] D3DKMT_HANDLE hObject;
[in] UINT Index;
} DXGKARGCB_ENUMHANDLECHILDREN;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARGCB_ENUMHANDLECHILDREN structure contains the arguments used in the DXGKCB_ENUMHANDLECHILDREN callback function, to enumerate allocations associated with a parent resource.
hObject [in]A handle to the parent resource of a group of child allocations. This handle is the kernel-mode handle that the DirectX graphics kernel subsystem (part of Dxgkrnl.sys) assigned for the parent resource.
Index [in]The index into the array of child allocations that belongs to the resource that hObject specifies.