DDGETPOLARITYOUTINFO structure (dxmini.h)

The DDGETPOLARITYOUTINFO structure contains the polarity information of the video port extensions (VPE) object.

Syntax

typedef struct _DDGETPOLARITYOUTINFO {
  DWORD bPolarity;
} DDGETPOLARITYOUTINFO, *PDDGETPOLARITYOUTINFO;

Members

bPolarity

Indicates the polarity (even or odd) of the current field being written by the VPE object. A value of 0x00000001 indicates even, 0x00000000 indicates odd.

Requirements

Requirement Value
Header dxmini.h (include Dxmini.h)

See also

DxGetPolarity