Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is used by DirectDraw to maintain a list of attached surfaces.
typedef struct _ATTACHLIST {DWORDdwFlags;struct _ATTACHLIST FAR* lpLink;struct _DDRAWI_DDRAWSURFACE_LCL FAR* lpAttached;struct _DDRAWI_DDRAWSURFACE_INT FAR* lpIAttached;} ATTACHLIST;typedef ATTACHLIST FAR *LPATTACHLIST;
Members
- dwFlags
Control flags. - lpLink
Link to the next attached surface. - lpAttached
Pointer to a DDRAWI_DDRAWSURFACE_LCL structure that contains the attached surface local object. - lpIAttached
Pointer to a DDRAWI_DDRAWSURFACE_INT structure that contains the interface information.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
See Also
DDRAWI_DDRAWSURFACE_LCL | DDRAWI_DDRAWSURFACE_INT | DirectDrawSurface Structures
Send Feedback on this topic to the authors