DXGKARGCB_ENUMHANDLECHILDREN structure (d3dkmddi.h)
The DXGKARGCB_ENUMHANDLECHILDREN structure contains the arguments used in the DXGKCB_ENUMHANDLECHILDREN callback function, to enumerate allocations associated with a parent resource.
Syntax
typedef struct _DXGKARGCB_ENUMHANDLECHILDREN {
[in] D3DKMT_HANDLE hObject;
[in] UINT Index;
} DXGKARGCB_ENUMHANDLECHILDREN;
Members
[in] hObject
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.
[in] Index
The index into the array of child allocations that belongs to the resource that hObject specifies.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista (WDDM 1.0) |
Header | d3dkmddi.h (include D3dkmddi.h) |