Struttura DDGETPOLARITYOUT (ddkmapi.h)

La struttura DDGETPOLARITYOUT contiene le informazioni sulla polarità richieste.

Sintassi

typedef struct _DDGETPOLARITYOUT {
  DWORD ddRVal;
  BOOL  bPolarity;
} DDGETPOLARITYOUT, *LPDDGETPOLARITYOUT;

Members

ddRVal

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

bPolarity

Specifica se il campo è un campo pari o dispari di un segnale video interlacciato. Un valore trueindica anche false.

Requisiti

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

Vedi anche

DD_DXAPI_GET_POLARITY

DxApi