STGFMT

The STGFMT enumeration values indicate the format of a storage object and are used in the STATSTG structure and in the StgCreateDocFile and StgIsStorageFile 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