DDGETFIELDNUMIN structure (ddkmapi.h)

The DDGETFIELDNUMIN structure contains the Microsoft DirectDraw and video port extensions (VPE) object handle information.

Syntax

typedef struct _DDGETFIELDNUMIN {
  HANDLE hDirectDraw;
  HANDLE hVideoPort;
} DDGETFIELDNUMIN, *LPDDGETFIELDNUMIN;

Members

hDirectDraw

Specifies the DirectDraw handle.

hVideoPort

Specifies the VPE object handle.

Requirements

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

See also

DD_DXAPI_GET_VP_FIELD_NUMBER

DxApi