DDGETAUTOFLIPIN structure (ddkmapi.h)

The DDGETAUTOFLIPIN structure contains the handle information.

Syntax

typedef struct _DDGETAUTOFLIPIN {
  HANDLE hDirectDraw;
  HANDLE hVideoPort;
} DDGETAUTOFLIPIN, *LPDDGETAUTOFLIPIN;

Members

hDirectDraw

Specifies the Microsoft DirectDraw handle.

hVideoPort

Specifies the video port extensions (VPE) object handle.

Requirements

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

See also

DD_DXAPI_GET_CURRENT_VP_AUTOFLIP_SURFACE

DxApi