Condividi tramite


PFND3DKMT_QUERYRESOURCEINFOFROMNTHANDLE funzione di callback (d3dkmthk.h)

Esegue il mapping di un handle NT globale alle informazioni sulle risorse necessarie per una chiamata alla funzione D3DKMTQueryResourceInfo .

Sintassi

PFND3DKMT_QUERYRESOURCEINFOFROMNTHANDLE Pfnd3dkmtQueryresourceinfofromnthandle;

NTSTATUS Pfnd3dkmtQueryresourceinfofromnthandle(
  [in, out] D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE *unnamedParam1
)
{...}

Parametri

[in, out] unnamedParam1

pData

Puntatore a una struttura D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE che descrive le informazioni necessarie per eseguire il mapping.

Valore restituito

Restituisce uno dei valori seguenti:

Codice restituito Descrizione
STATUS_SUCCESS Il mapping è stato eseguito correttamente.
STATUS_INVALID_PARAMETER I parametri sono stati convalidati e determinati per essere non corretti.

Questa funzione potrebbe anche restituire altri valori NTSTATUS.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Server minimo supportato Windows Server 2012
Piattaforma di destinazione Universale
Intestazione d3dkmthk.h (include D3dkmthk.h)

Vedi anche

D3DKMTQueryResourceInfo

D3DKMT_QUERYRESOURCEINFOFROMNTHANDLE