DXGKARGCB_ENUMHANDLECHILDREN structure
The DXGKARGCB_ENUMHANDLECHILDREN structure describes a parent resource and the index of one of its child allocations.
Syntax
typedef struct _DXGKARGCB_ENUMHANDLECHILDREN { D3DKMT_HANDLE hObject; UINT Index; } DXGKARGCB_ENUMHANDLECHILDREN;
Members
- hObject
-
[in] A handle to the parent resource of a group of child allocations. This handle is the kernel-mode handle that the Microsoft DirectX graphics kernel subsystem (which is part of Dxgkrnl.sys) assigned for the parent resource.
- Index
-
[in] The index into the array of allocations that belongs to the resource that hObject specifies.
Requirements
|
Version | Available in Windows Vista and later versions of the Windows operating systems. |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012
