DDLOCKININFO structure (dxmini.h)

The DDLOCKININFO structure contains the surface information.

Syntax

typedef struct _DDLOCKININFO {
  LPDDSURFACEDATA lpSurfaceData;
} DDLOCKININFO, *PDDLOCKININFO;

Members

lpSurfaceData

Points to a DDSURFACEDATA structure that contains the surface information.

Requirements

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

See also

DDSURFACEDATA

DxLock