This method of the DirectDrawSurface Class enumerates all the surfaces attached to a given surface.
public void enumAttachedSurfaces(IUnknown args, IEnumSurfacesCallback fn);
args | Application-defined structure that is passed to the enumeration member every time it is called. |
fn | Callback interface that contains callback function that will be called for each surface that is attached to this surface. |