Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |