ITfFnPropertyUIStatus::GetStatus method (ctffunc.h)
Obtains the status of a text service property UI.
Syntax
HRESULT GetStatus(
[in] REFGUID refguidProp,
[out] DWORD *pdw
);
Parameters
[in] refguidProp
Specifies the property identifier. This can be a custom identifier or one of the predefined property identifiers.
[out] pdw
Pointer to a DWORD that receives the property UI status. This can be zero or the following value.
Value | Meaning |
---|---|
|
The property can be serialized. If this value is not present, the property cannot be serialized. |
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
|
pdw is invalid. |
|
The text service does not support this method. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ctffunc.h |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |