Expand Minimize
1 out of 1 rated this helpful - Rate this topic

DD_ATTACHLIST structure

The DD_ATTACHLIST structure maintains a list of attached surfaces for Microsoft DirectDraw.

Syntax


typedef struct _DD_ATTACHLIST {
  PDD_ATTACHLIST    lpLink;
  PDD_SURFACE_LOCAL lpAttached;
} DD_ATTACHLIST;

Members

lpLink

Points to the next attached surface.

lpAttached

Points to a DD_SURFACE_LOCAL structure that contains the attached surface local object.

Requirements

Header

Ddrawint.h (include Winddi.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.