ITfPropertyStore::GetPropertyRangeCreator method
Syntax
HRESULT GetPropertyRangeCreator( [out] CLSID *pclsid );
Parameters
- pclsid [out]
-
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 |
|---|---|
|
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also