STGFMT  6FKR6_

The STGFMT enumeration values indicate the format of a storage object and are used in the STATSTGN9JHJ6 structure and in the StgCreateDocFileYN.O6Q and StgIsStorageFile8SHT8Y functions.

typedef enum tagSTGFMT

    STGFMT_DOCUMENT     = 0,

    STGFMT_DIRECTORY    = 1,

    STGFMT_CATALOG      = 2,

    STGFMT_FILE         = 3

} STGFMT;

 

Elements

STGFMT_DOCUMENT

Indicates a document format.

STGFMT_DIRECTORY

Indicates a directory format.

STGFMT_CATALOG

Indicates a catalog format.

STGFMT_FILE

Indicates a file format.

 

See Also

STATSTG, StgCreateDocfile, StgIsStorageFile