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 DBLNODEstructure is a node in a doubly linked list of surface interfaces.
typedef struct _DBLNODE { struct _DBLNODE FAR * next; struct _DBLNODE FAR * prev; LPDDRAWI_DDRAWSURFACE_LCL object; LPDDRAWI_DDRAWSURFACE_INT object_int; } DBLNODE; typedef DBLNODE FAR *LPDBLNODE;
Members
Last updated on Tuesday, July 13, 2004