ITfPropertyStore::GetPropertyRangeCreator method (msctf.h)

Obtains the class identifier of the property store owner.

Syntax

HRESULT GetPropertyRangeCreator(
  [out] CLSID *pclsid
);

Parameters

[out] pclsid

Pointer to a CLSID that receives the class identifier of the registered text service that implements ITfCreatePropertyStore. The method can return CLSID_NULL for this parameter if property store persistence is unsupported.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

Remarks

When the property store is unserialized, the TSF manager creates an object of this CLSID and obtains an ITfCreatePropertyStore interface pointer from it. The manager then uses the ITfCreatePropertyStore object to create the property store object.

Requirements

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

See also

ITfCreatePropertyStore

ITfPropertyStore