INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Creates a new compound file storage object using the OLE-provided
-- compound file implementation for the IStorage interface.
-- Creates and opens a new compound file storage object on top of a byte
-- array object provided by the caller. The storage object supports the
-- OLE-provided, compound-file implementation for the IStorage interface.
-- Opens an existing root storage object in the file system. You can use
-- this function to open compound files, but you cannot use it to open
-- directories, files, or summary catalogs. Nested storage objects can
-- only be opened using their parent's IStorage::OpenStorage method.
-- Opens an existing storage object that does not reside in a disk file,
-- but instead has an underlying byte array provided by the caller.
-- Indicates whether a particular disk file contains a storage object.
-- Indicates whether the specified byte array contains a storage object.
-- Sets the creation, access, and modification times of the indicated file,
-- if supported by the underlying file system.
-- Reads the CLSID previously written to a storage object with the
-- WriteClassStg.
-- Stores the specified CLSID in a storage object.
-- Reads the CLSID previously written to a stream object with the
-- WriteClassStm method.
-- Stores the specified CLSID in the stream.
-- Supplies the CLSID associated with the given filename.
-- Returns the clipboard format and user type previously saved with the
-- WriteFmtUserTypeStg function.
-- Writes a clipboard format and user type to the storage object.
-- Saves an object with the IPersistStream interface on it to the
-- specified stream.
-- Loads an object from the stream.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |