FsiItemType enumeration (imapi2fs.h)
Defines values for the file system item that was found using the IFileSystemImage::Exists method.
Syntax
typedef enum FsiItemType {
FsiItemNotFound = 0,
FsiItemDirectory = 1,
FsiItemFile = 2
} ;
Constants
FsiItemNotFound Value: 0 The specified item was not found. |
FsiItemDirectory Value: 1 The specified item is a directory. |
FsiItemFile Value: 2 The specified item is a file. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | imapi2fs.h |