estructura D3DKMT_GETRUNTIMEDATA (d3dkmthk.h)
Se usa para obtener datos en tiempo de ejecución.
Sintaxis
typedef struct _D3DKMT_GETRUNTIMEDATA {
[in] D3DKMT_HANDLE hAdapter;
[in] D3DKMT_HANDLE hGlobalShare;
[in, out] VOID *pRuntimeData;
[in] UINT RuntimeDataSize;
} D3DKMT_GETRUNTIMEDATA;
Miembros
[in] hAdapter
Identificador del adaptador de gráficos.
[in] hGlobalShare
Identificador de un recurso compartido global.
[in, pRuntimeData
Puntero a los datos en tiempo de ejecución.
[in] RuntimeDataSize
Tamaño de los datos en tiempo de ejecución.
Requisitos
Requisito | Valor |
---|---|
encabezado de |
d3dkmthk.h |