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 sono stati determinati in modo che non siano corretti. |
Questa funzione potrebbe restituire anche altri valori NTSTATUS.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 8 |
server minimo supportato | Windows Server 2012 |
piattaforma di destinazione | Universale |
intestazione | d3dkmthk.h (include D3dkmthk.h) |