Click or drag to resize

IStorage Methods

The IStorage type exposes the following members.

Methods
 NameDescription
Public methodCommit Commits changes to the storage object.
Public methodCopyTo Copies storage elements to another storage object.
Public methodCreateStorage Creates a storage object.
Public methodCreateStream Creates a stream object.
Public methodDestroyElement Destroys a storage element.
Public methodEnumElements Enumerates the elements in the storage object.
Public methodMoveElementTo Moves an element to another storage object.
Public methodOpenStorage Opens an existing storage object.
Public methodOpenStream Opens an existing stream object.
Public methodRenameElement Renames a storage element.
Public methodRevert Discards changes since the last commit.
Public methodSetClass Sets the class identifier of the storage object.
Public methodSetElementTimes Sets the timestamps of a storage element.
Public methodSetStateBits Sets state bits for the storage object.
Public methodStat Retrieves status information about the storage object.
Top
See Also