CfGetPlaceholderStateFromFindData function (cfapi.h)

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

See also

WIN32_FIND_DATA

CF_PLACEHOLDER_STATE

FindFirstFile

FindNextFile