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
TF_PROPUI_STATUS_SAVETOFILE
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
S_OK
The method was successful.
E_INVALIDARG
pdw is invalid.
E_NOTIMPL
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

See also

ITfFnPropertyUIStatus

Predefined Properties