EnumElements Method
Object List
Defined By: OleStorage
Description:
Iterates through the elements in the storage.
Declaration:
Sub EnumElements(ByVal methodOwner As Object, ByVal methodName As String)
Details:
Goes through all the elements in the storage and calls ‘methodOwner.methodName’. The method must have the form:
Sub Method(name As String, storageType As Long)
storageType will be 1 if the element is a storage, 2 if it is a stream.