Partager via


PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB fonction de rappel (d3dumddi.h)

Le rappel pfnWaitForSynchronizationObjectFromCpuCb attend qu’une clôture supervisée atteigne une certaine valeur avant de traiter les commandes de contexte suivantes.

Syntaxe

PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB Pfnd3dddiWaitforsynchronizationobjectfromcpucb;

HRESULT Pfnd3dddiWaitforsynchronizationobjectfromcpucb(
  HANDLE hDevice,
  const D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU *unnamedParam2
)
{...}

Paramètres

hDevice

Handle pour le périphérique d’affichage.

unnamedParam2

Pointeur vers une structure D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU qui fournit les détails de l’opération demandée.

Valeur retournée

Si cette fonction de rappel réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 10
Serveur minimal pris en charge Windows Server 2016
Plateforme cible Desktop (Expérience utilisateur)
En-tête d3dumddi.h (inclure D3dumddi.h)