PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB fonction de rappel (dxgiddi.h)
La fonction de rappel PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB est implémentée par un pilote client graphique pour envoyer un blt présent à la file d’attente matérielle.
Syntaxe
PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB PfnddxgiddiSubmitpresentblttohwqueuecb;
HRESULT PfnddxgiddiSubmitpresentblttohwqueuecb(
HANDLE hDevice,
DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE *unnamedParam2
)
{...}
Paramètres
hDevice
Handle de l’appareil.
unnamedParam2
Pointeur vers une structure de DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE qui contient des informations pour envoyer un blt actuel à la file d’attente matérielle.
Valeur retournée
Retournez STATUS_SUCCESS si l’opération réussit. Sinon, retournez un code d’erreur NTSTATUS Values approprié.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | dxgiddi.h |