// 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 referenceNo description available.
Used to get runtime data.
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.