procedure EnumerateAttachedSurfaces ( List: TList );
Calls the interface EnumAttachedSurfaces method to enumerate all the surfaces attached to a given interface. For each surface enumerated a TDirectDrawSurface pointer is added to the List. See IDirectDrawSurface3::EnumAttachedSurfaces for more information.