Previous Next

DD_ATTACHLIST

The DD_ATTACHLIST structure maintains a list of attached surfaces for DirectDraw.

typedef struct _DD_ATTACHLIST {
  PDD_ATTACHLIST  lpLink;
  PDD_SURFACE_LOCAL  lpAttached;
} DD_ATTACHLIST;

Members

lpLink
Points to the next attached surface.
lpAttached
Points to a DD_SURFACE_LOCAL structure that contains the attached surface local object.

Headers

Defined in ddrawint.h. Include winddi.h.