D3DKMT_GETRUNTIMEDATA - NtDoc

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

typedef struct _D3DKMT_GETRUNTIMEDATA {
  [in]      D3DKMT_HANDLE hAdapter;
  [in]      D3DKMT_HANDLE hGlobalShare;
  [in, out] VOID          *pRuntimeData;
  [in]      UINT          RuntimeDataSize;
} D3DKMT_GETRUNTIMEDATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_getruntimedata)

_D3DKMT_GETRUNTIMEDATA structure

Description

Used to get runtime data.

Members

hAdapter [in]

A handle to the graphics adapter.

hGlobalShare [in]

A handle to a global share.

pRuntimeData [in, out]

Pointer to runtime data.

RuntimeDataSize [in]

The runtime data size.

Remarks

See also