IStorage Methods |
The IStorage type exposes the following members.
| Name | Description | |
|---|---|---|
| Commit | Commits changes to the storage object. | |
| CopyTo | Copies storage elements to another storage object. | |
| CreateStorage | Creates a storage object. | |
| CreateStream | Creates a stream object. | |
| DestroyElement | Destroys a storage element. | |
| EnumElements | Enumerates the elements in the storage object. | |
| MoveElementTo | Moves an element to another storage object. | |
| OpenStorage | Opens an existing storage object. | |
| OpenStream | Opens an existing stream object. | |
| RenameElement | Renames a storage element. | |
| Revert | Discards changes since the last commit. | |
| SetClass | Sets the class identifier of the storage object. | |
| SetElementTimes | Sets the timestamps of a storage element. | |
| SetStateBits | Sets state bits for the storage object. | |
| Stat | Retrieves status information about the storage object. |