DXGKARGCB_ENUMHANDLECHILDREN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARGCB_ENUMHANDLECHILDREN {
  [in] D3DKMT_HANDLE hObject;
  [in] UINT          Index;
} DXGKARGCB_ENUMHANDLECHILDREN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkargcb_enumhandlechildren)

DXGKARGCB_ENUMHANDLECHILDREN structure

Description

The DXGKARGCB_ENUMHANDLECHILDREN structure contains the arguments used in the DXGKCB_ENUMHANDLECHILDREN callback function, to enumerate allocations associated with a parent resource.

Members

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.

See also

DXGKCB_ENUMHANDLECHILDREN