estructura DD_ATTACHLIST (ddrawint.h)
La estructura DD_ATTACHLIST mantiene una lista de superficies adjuntas para Microsoft DirectDraw.
Sintaxis
typedef struct _DD_ATTACHLIST {
PDD_ATTACHLIST lpLink;
PDD_SURFACE_LOCAL lpAttached;
} *PDD_ATTACHLIST, DD_ATTACHLIST;
Miembros
lpLink
Apunta a la siguiente superficie adjunta.
lpAttached
Apunta a una estructura DD_SURFACE_LOCAL que contiene el objeto local de superficie adjunta.
Requisitos
Encabezado | ddrawint.h (incluya Winddi.h) |