fileapi.h) (列舉STREAM_INFO_LEVELS
定義與 FindFirstStreamW 函式搭配使用的值,以指定傳回數據的資訊層級。
Syntax
typedef enum _STREAM_INFO_LEVELS {
FindStreamInfoStandard,
FindStreamInfoMaxInfoLevel
} STREAM_INFO_LEVELS;
常數
FindStreamInfoStandard FindFirstStreamW 函式會擷取標準 數據流資訊。 數據會在中傳回 WIN32_FIND_STREAM_DATA 結構。 |
FindStreamInfoMaxInfoLevel 用來判斷有效的列舉值。 所有支援的列舉值都小於 FindStreamInfoMaxInfoLevel。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | fileapi.h (包括 Windows.h、WinBase.h) |