Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
FsiItemNotFoundValue: 0 The specified item was not found. |
FsiItemDirectoryValue: 1 The specified item is a directory. |
FsiItemFileValue: 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 |