IPropertyDescription::GetColumnState method (propsys.h)

Gets the column state flag, which describes how the property should be treated by interfaces or APIs that use this flag.

Syntax

HRESULT GetColumnState(
  [out] SHCOLSTATEF *pcsFlags
);

Parameters

[out] pcsFlags

Type: SHCOLSTATEF

When this method returns, contains a pointer to the column state flag. See SHCOLSTATE for valid values.

Return value

Type: HRESULT

Always returns S_OK.

Remarks

The value retrieved by this method is originally set through the displayType attribute of the displayInfo element in the property's .propdesc file.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header propsys.h

See also

IPropertyDescription

Property Description Schema