DXGKDDI_UPDATEHWCONTEXTSTATE funzione di callback (d3dkmddi.h)
Usato per aggiornare lo stato del contesto hardware.
Sintassi
DXGKDDI_UPDATEHWCONTEXTSTATE DxgkddiUpdatehwcontextstate;
NTSTATUS DxgkddiUpdatehwcontextstate(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_UPDATEHWCONTEXTSTATE pUpdateHwContextState
)
{...}
Parametri
hAdapter
Handle per l'adattatore generato.
pUpdateHwContextState
Puntatore usato dalla funzione per aggiornare lo stato del contesto hardware.
Valore restituito
Restituisce STATUS_SUCCESS se completato correttamente.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | d3dkmddi.h |
IRQL | requires_(PASSIVE_LEVEL) |