Partager via


structure DD_ATTACHLIST (ddrawint.h)

La structure DD_ATTACHLIST conserve une liste de surfaces attachées pour Microsoft DirectDraw.

Syntaxe

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

Membres

lpLink

Pointe vers la surface attachée suivante.

lpAttached

Pointe vers une structure DD_SURFACE_LOCAL qui contient l’objet local de surface attaché.

Spécifications

   
En-tête ddrawint.h (incluez Winddi.h)