TF_PROPERTYVAL structure (msctf.h)

The TF_PROPERTYVAL structure contains property value data. This structure is used with the IEnumTfPropertyValue::Next method.

Syntax

typedef struct TF_PROPERTYVAL {
  GUID    guidId;
  VARIANT varValue;
} TF_PROPERTYVAL;

Members

guidId

A GUID that identifies the property type. This can be a custom identifier or one of the predefined property identifiers.

varValue

A VARIANT that contains the value of the property specified by guidId. The user must know the type and format of this data.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

IEnumTfPropertyValue::Next

Predefined Properties