DDFLIPOVERLAYINFO structure (dxmini.h)

The DDFLIPOVERLAYINFO structure contains the flip information for the surface.

Syntax

typedef struct _DDFLIPOVERLAYINFO {
  LPDDSURFACEDATA lpCurrentSurface;
  LPDDSURFACEDATA lpTargetSurface;
  DWORD           dwFlags;
} DDFLIPOVERLAYINFO, *PDDFLIPOVERLAYINFO;

Members

lpCurrentSurface

Points to a DDSURFACEDATA structure that contains information about the current surface.

lpTargetSurface

Points to a DDSURFACEDATA structure that contains information about the target surface.

dwFlags

Specifies the polarity of the data in the field being flipped. One of the following flags is returned:

Flag Meaning
DDFLIP_EVEN The target surface contains the even field of video data.
DDFLIP_ODD The target surface contains the odd field of video data.

Requirements

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

See also

DDSURFACEDATA

DxFlipOverlay