Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Defines values that are used with the FindFirstStreamW function to specify the information level of the returned data.
Syntax
typedef enum _STREAM_INFO_LEVELS {
FindStreamInfoStandard,
FindStreamInfoMaxInfoLevel
} STREAM_INFO_LEVELS;
Constants
FindStreamInfoStandardThe FindFirstStreamW function retrieves standard stream information. The data is returned in a WIN32_FIND_STREAM_DATA structure. |
FindStreamInfoMaxInfoLevelUsed to determine valid enumeration values. All supported enumeration values are less than FindStreamInfoMaxInfoLevel. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | fileapi.h (include Windows.h, WinBase.h) |