Condividi tramite


Struttura DDGETKERNELCAPSOUT (ddkmapi.h)

La struttura DDGETKERNELCAPSOUT contiene le funzionalità dell'oggetto Microsoft DirectDraw.

Sintassi

typedef struct _DDGETKERNELCAPSOUT {
  DWORD ddRVal;
  DWORD dwCaps;
  DWORD dwIRQCaps;
} DDGETKERNELCAPSOUT, *LPDDGETKERNELCAPSOUT;

Membri

ddRVal

Specifica la posizione in cui DirectDraw scrive il valore restituito della funzione DxApi per le operazioni di DD_DXAPI_GETKERNELCAPS. Un codice restituito di DD_OK indica l'esito positivo.

dwCaps

Può essere qualsiasi combinazione delle funzionalità nella struttura dwCaps della struttura DDKERNELCAPS .

dwIRQCaps

Può essere una combinazione dei flag nel dwIRQCaps membro di DDKERNELCAPS.

Fabbisogno

Requisito Valore
intestazione ddkmapi.h (includere Ddkmapi.h)

Vedere anche

DD_DXAPI_GETKERNELCAPS

DxApi