Microsoft Windows CE 3.0  

ATTACHLIST

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ATTACHLISTstructure is used by DirectDraw to maintain a list of attached surfaces.

typedef struct _ATTACHLIST { DWORD
dwFlags; 
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.
DDAL_IMPLICIT
Indicates the surface was implicitly attached as the result of a complex surface creation.
lpLink
Link to the next attached surface.
lpAttached
Pointer to a DDRAWI_DDRAWSURFACE_LCLstructure that contains the attached surface local object.
lpIAttached
Pointer to a DDRAWI_DDRAWSURFACE_INTstructure that contains the interface information.

 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.