ITfFnPropertyUIStatus::SetStatus method (ctffunc.h)

Modifies the status of a text service property UI.

Syntax

HRESULT SetStatus(
  [in] REFGUID refguidProp,
  [in] DWORD   dw
);

Parameters

[in] refguidProp

Specifies the property identifier. This can be a custom identifier or one of the predefined property identifiers.

[in] dw

Contains the new property UI status. See the pdw parameter of ITfFnPropertyUIStatus::GetStatus for possible values.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
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

ITfFnPropertyUIStatus::GetStatus

Predefined Properties