ITfSystemDeviceTypeLangBarItem::GetIconMode method (ctfutb.h)

Obtains the current icon display mode for a system language bar item.

Syntax

HRESULT GetIconMode(
  [out] DWORD *pdwFlags
);

Parameters

[out] pdwFlags

Pointer to a DWORD that receives the current icon display mode for a system language bar item. For more information about possible values, see the dwFlags parameter in ITfSystemDeviceTypeLangBarItem::SetIconMode.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_NOTIMPL
The system language bar item 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 ctfutb.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfSystemDeviceTypeLangBarItem

ITfSystemDeviceTypeLangBarItem::SetIconMode