DD_SURFACE_INT structure (ddrawint.h)

The DD_SURFACE_INT structure contains the DirectDrawSurface object's interface information.

Syntax

typedef struct _DD_SURFACE_INT {
  PDD_SURFACE_LOCAL lpLcl;
} *PDD_SURFACE_INT, DD_SURFACE_INT;

Members

lpLcl

Points to a DD_SURFACE_LOCAL structure that describes a unique surface object.

Requirements

Requirement Value
Header ddrawint.h (include Winddi.h)