DDGETCURRENTAUTOFLIPOUTINFO structure (dxmini.h)

The DDGETCURRENTAUTOFLIPOUTINFO structure provides the surface information.

Syntax

typedef struct _DDGETCURRENTAUTOFLIPOUTINFO {
  DWORD dwSurfaceIndex;
  DWORD dwVBISurfaceIndex;
} DDGETCURRENTAUTOFLIPOUTINFO, *PDDGETCURRENTAUTOFLIPOUTINFO;

Members

dwSurfaceIndex

Specifies the current zero-based index in the autoflip chain of the current surface.

dwVBISurfaceIndex

Specifies the current zero-based index in the autoflip chain of the current vertical blanking interval (VBI) surface.

Requirements

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

See also

DxGetCurrentAutoflip