Share via


GET_FILEEX_INFO_LEVELS列舉 (minwinbase.h)

定義與 GetFileAttributesExGetFileAttributesTransacted 函式搭配使用的值,以指定傳回數據的資訊層級。

Syntax

typedef enum _GET_FILEEX_INFO_LEVELS {
  GetFileExInfoStandard,
  GetFileExMaxInfoLevel
} GET_FILEEX_INFO_LEVELS;

常數

 
GetFileExInfoStandard
GetFileAttributesEx
GetFileAttributesTransacted 函式
擷取一組標準屬性資訊。 數據會在中傳回
WIN32_FILE_ATTRIBUTE_DATA
結構。
GetFileExMaxInfoLevel
一個大於最大值。 這個列舉的有效值將會小於此值。

規格需求

需求
最低支援的用戶端 Windows XP [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2003 [傳統型應用程式 |UWP 應用程式]
標頭 minwinbase.h (包括 Minwinbase.h、Windows.h)

另請參閱

檔案管理列舉

GetFileAttributesEx

GetFileAttributesTransacted

WIN32_FILE_ATTRIBUTE_DATA