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
Last updated on Tuesday, July 13, 2004