DXGKDDI_CHECKMULTIPLANEOVERLAYSUPPORT funzione di callback (d3dkmddi.h)

Il sottosistema del kernel della grafica DirectX chiama una routine di callback di WDDM 1.DXGKDDI_CHECKMULTIPLANEOVERLAYSUPPORT 3 per controllare i dettagli del supporto hardware per le sovrapposizioni multipiattaforma. Questa funzione è stata sostituita con DXGKDDI_CHECKMULTIPLANEOVERLAYSUPPORT3.

Sintassi

DXGKDDI_CHECKMULTIPLANEOVERLAYSUPPORT DxgkddiCheckmultiplaneoverlaysupport;

NTSTATUS DxgkddiCheckmultiplaneoverlaysupport(
  IN_CONST_HANDLE hAdapter,
  IN_OUT_PDXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT pCheckMultiPlaneOverlaySupport
)
{...}

Parametri

hAdapter

Handle a un blocco di contesto associato a una scheda di visualizzazione. Il driver miniport visualizzato in precedenza ha fornito questo handle al sottosistema kernel di grafica DirectX nel parametro di output MiniportDeviceContext della funzione DxgkDdiAddDevice .

pCheckMultiPlaneOverlaySupport

Puntatore a una struttura DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT che fornisce dettagli sul supporto hardware per le sovrapposizioni multipla.

Valore restituito

DXGKDDI_CHECKMULTIPLANEOVERLAYSUPPORT restituisce STATUS_SUCCESS se ha esito positivo; in caso contrario, restituisce uno dei codici di errore definiti in Ntstatus.h.

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1 (WDDM 1.3)
Server minimo supportato Windows Server 2012 R2
Piattaforma di destinazione Desktop
Intestazione d3dkmddi.h
IRQL PASSIVE_LEVEL

Vedi anche

DXGKARG_CHECKMULTIPLANEOVERLAYSUPPORT

DxgkDdiAddDevice