Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |