ITfContext::GetProperty method
Syntax
HRESULT GetProperty(
[in] REFGUID guidProp,
[out] ITfProperty **ppProp
);
Parameters
- guidProp [in]
-
Specifies the property identifier. This can be a custom identifier or one of the predefined property identifiers.
- ppProp [out]
-
Pointer to an ITfProperty interface pointer that receives the property object.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The context is not on a document stack. |
|
One or more parameters are invalid. |
|
A memory allocation failure occurred. |
|
An unspecified error occurred. |
Remarks
An application or text service can define unique properties identified by a GUID. Properties are stored as VARIANT data, so the caller must recognize the format and meaning of unique properties to be able to use them.
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