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.
Flags controlling what is returned in the enumeration.
Syntax
typedef enum PRJ_CALLBACK_DATA_FLAGS {
PRJ_CB_DATA_FLAG_ENUM_RESTART_SCAN = 0x00000001,
PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRY = 0x00000002
} ;
Constants
PRJ_CB_DATA_FLAG_ENUM_RESTART_SCANValue: 0x00000001 Start the scan at the first entry in the directory. |
PRJ_CB_DATA_FLAG_ENUM_RETURN_SINGLE_ENTRYValue: 0x00000002 Return only one entry from the enumeration. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Header | projectedfslib.h |