Funzione D3DKMTWaitForSynchronizationObjectFromCpu (d3dkmthk.h)
D3DKMTWaitForSynchronizationObjectFromCpu attende che un recinto monitorato raggiunga un determinato valore.
Sintassi
NTSTATUS D3DKMTWaitForSynchronizationObjectFromCpu(
[in] const D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU *unnamedParam1
);
Parametri
[in] unnamedParam1
Puntatore a una struttura D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMCPU che descrive l'operazione.
Valore restituito
Restituisce uno dei valori seguenti:
Codice restituito | Descrizione |
---|---|
STATUS_SUCCESS | L'operazione è stata eseguita 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 10 |
server minimo supportato | Windows Server 2016 |
piattaforma di destinazione | Universale |
intestazione | d3dkmthk.h (include D3dkmthk.h) |
libreria | Gdi32.lib |
dll | Gdi32.dll |