DDSETSTATEININFO structure (dxmini.h)

The DDSETSTATEININFO structure contains the surface and video port extensions (VPE) object information.

Syntax

typedef struct _DDSETSTATEININFO {
  LPDDSURFACEDATA   lpSurfaceData;
  LPDDVIDEOPORTDATA lpVideoPortData;
} DDSETSTATEININFO, *PDDSETSTATEININFO;

Members

lpSurfaceData

Points to a DDSURFACEDATA structure that contains the surface information.

lpVideoPortData

Points to a DDVIDEOPORTDATA structure that contains the VPE object information.

Requirements

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

See also

DDSURFACEDATA

DDVIDEOPORTDATA

DxSetState