DDSETFIELDNUM structure (ddkmapi.h)

The DDSETFIELDNUM structure contains the handles and the field number.

Syntax

typedef struct _DDSETFIELDNUM {
  HANDLE hDirectDraw;
  HANDLE hVideoPort;
  DWORD  dwFieldNum;
} DDSETFIELDNUM, *LPDDSETFIELDNUM;

Members

hDirectDraw

Specifies the Microsoft DirectDraw handle.

hVideoPort

Specifies the video port extensions (VPE) object handle.

dwFieldNum

Specifies the hardware video port's field number to be set.

Requirements

Requirement Value
Header ddkmapi.h (include Ddkmapi.h)

See also

DD_DXAPI_SET_VP_FIELD_NUMBER

DxApi