Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets a set of placeholder states based on the WIN32_FIND_DATA structure.
Syntax
CF_PLACEHOLDER_STATE CfGetPlaceholderStateFromFindData(
[in] const WIN32_FIND_DATA *FindData
);
Parameters
[in] FindData
The find data information on the file.
Return value
Can include CF_PLACEHOLDER_STATE; the placeholder state.
Remarks
The WIN32_FIND_DATA structure is obtained from the FindFirstFile/FindNextFile functions.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1709 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | cfapi.h |
| Library | CldApi.lib |
| DLL | CldApi.dll |