DXGKARGCB_GETHANDLEDATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

DXGKARGCB_GETHANDLEDATA structure

Description

The DXGKARGCB_GETHANDLEDATA structure contains the arguments used in the DXGKCB_GETHANDLEDATA callback function.

Members

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.

See also

DXGKCB_GETHANDLEDATAFLAGS

DXGKCB_GETHANDLEDATA

DxgkDdiCreateAllocation