PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB funzione di callback (d3dumddi.h)
Il callback pfnWaitForSynchronizationObjectFromCpuCb attende che un recinto monitorato raggiunga un determinato valore prima di elaborare i comandi di contesto successivi.
Sintassi
PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB Pfnd3dddiWaitforsynchronizationobjectfromcpucb;
HRESULT Pfnd3dddiWaitforsynchronizationobjectfromcpucb(
HANDLE hDevice,
const D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU *unnamedParam2
)
{...}
Parametri
hDevice
Handle per il dispositivo di visualizzazione.
unnamedParam2
Puntatore a una struttura D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU che fornisce i dettagli dell'operazione richiesta.
Valore restituito
Se questa funzione di callback ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Server minimo supportato | Windows Server 2016 |
Piattaforma di destinazione | Desktop |
Intestazione | d3dumddi.h (include D3dumddi.h) |