Namespace CAMAPI.FilesInStream
Structs
_FILETIME
_LARGE_INTEGER
_ULARGE_INTEGER
tagSTATSTG
Interfaces
ICAMAPIFilesInStreamStorage
Object to operate with one single storage.
ICAMAPIFilesInStreamStorageLib
Root object of FilesInStream.dll
ISequentialStream
IStream
Enums
TFISStorageCompressionType
File compression degree fsctNone - non compressed, fsctFastest - fastest degree, fsctNormal - normal degree, fsctMax - maximal degree.
TFISStorageItemType
Storage item type: fsitNone - removed item, fsitBlock - block of data inside stream (can be chained using SiblingIndex), fsitFile - file (child's are fsitBlock), fsitFolder - folder (child's are fsitFile and fsitFolder).
TFISStorageOpenMode
The way to open a storage fsomClosed - non opened storage state, fsomRead - opened to read, fsomReadWrite - opened to read and write, fsomWrite - opened to write only.
enumTFISStorageCompressionType
File compression degree fsctNone - non compressed, fsctFastest - fastest degree, fsctNormal - normal degree, fsctMax - maximal degree.
enumTFISStorageItemType
Storage item type: fsitNone - removed item, fsitBlock - block of data inside stream (can be chained using SiblingIndex), fsitFile - file (child's are fsitBlock), fsitFolder - folder (child's are fsitFile and fsitFolder).
enumTFISStorageOpenMode
The way to open a storage fsomClosed - non opened storage state, fsomRead - opened to read, fsomReadWrite - opened to read and write, fsomWrite - opened to write only.