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
dwCaps
Può essere qualsiasi combinazione delle funzionalità nella struttura
dwIRQCaps
Può essere una combinazione dei flag nel dwIRQCaps membro di DDKERNELCAPS.
Fabbisogno
Requisito | Valore |
---|---|
intestazione |
ddkmapi.h (includere Ddkmapi.h) |