CF_PLACEHOLDER_INFO_CLASS enumeration (cfapi.h)

An enum that indicates which of the information structures for placeholder info will be used.

Syntax

typedef enum CF_PLACEHOLDER_INFO_CLASS {
  CF_PLACEHOLDER_INFO_BASIC = 0,
  CF_PLACEHOLDER_INFO_STANDARD = 1
} ;

Constants

 
CF_PLACEHOLDER_INFO_BASIC
Value: 0
Basic placeholder information. See CF_PLACEHOLDER_BASIC_INFO.
CF_PLACEHOLDER_INFO_STANDARD
Value: 1
Standard placeholder information. See CF_PLACEHOLDER_STANDARD_INFO.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header cfapi.h

See also

CF_PLACEHOLDER_BASIC_INFO

CF_PLACEHOLDER_STANDARD_INFO