struttura DD_ATTACHLIST (ddrawint.h)
La struttura DD_ATTACHLIST gestisce un elenco di superfici associate per Microsoft DirectDraw.
Sintassi
typedef struct _DD_ATTACHLIST {
PDD_ATTACHLIST lpLink;
PDD_SURFACE_LOCAL lpAttached;
} *PDD_ATTACHLIST, DD_ATTACHLIST;
Members
lpLink
Punta alla superficie associata successiva.
lpAttached
Punta a una struttura DD_SURFACE_LOCAL che contiene l'oggetto locale della superficie associata.
Requisiti
Intestazione | ddrawint.h (include Winddi.h) |