PFND3DDDI_CHECKMULTIPLANEOVERLAYSUPPORT funzione di callback (d3dumddi.h)

Chiamato dal runtime di Microsoft Direct3D per controllare i dettagli sul supporto hardware per le sovrimpressioni multipla.

Sintassi

PFND3DDDI_CHECKMULTIPLANEOVERLAYSUPPORT Pfnd3dddiCheckmultiplaneoverlaysupport;

HRESULT Pfnd3dddiCheckmultiplaneoverlaysupport(
  HANDLE hDevice,
  D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT *unnamedParam2
)
{...}

Parametri

hDevice

Handle per il dispositivo di visualizzazione (contesto grafico).

unnamedParam2

pSupport [in, out]

Puntatore a una struttura di D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT che fornisce informazioni dettagliate sul supporto hardware per le sovrimpressioni multipla.

Valore restituito

Se la routine ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1
Server minimo supportato Windows Server 2012 R2
Piattaforma di destinazione Desktop
Intestazione d3dumddi.h (include D3d10umddi.h)

Vedi anche

D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT