(ntifs.h) RtlIsPartialPlaceholder 函式
RtlIsPartialPlaceholder 例程會根據檔案的 FileAttributes 和 ReparseTag 值,判斷檔案或目錄是否為 CloudFiles 佔位符。 您可以列出包含檔案的目錄,或直接在檔案上查詢 FileAttributeTagInfo 來取得這些值。
語法
NTSYSAPI BOOLEAN RtlIsPartialPlaceholder(
[in] ULONG FileAttributes,
[in] ULONG ReparseTag
);
參數
[in] FileAttributes
指定檔案或目錄的檔案屬性。
[in] ReparseTag
檔案或目錄的 ReparseTag 或 EaSize。
傳回值
如果檔案或目錄是部分佔位元,此函式會傳回 TRUE 。 如果檔案或目錄不是佔位元或完整佔位元,則會傳回 FALSE 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 1709 版。 |
目標平台 | Windows |
標頭 | ntifs.h (包含 Ntifs.h) |