This documentation is archived and is not being maintained.
SHImeSetModeIcon
4/8/2010
This Windows Mobile function sets the status icon to the specified mode. Sets the input mode icon in the tray.
HRESULT SHImeSetModeIcon(
SHIME_MODE mode,
DWORD iCustomMode
);
mode
[in] Mode to set the input mode icon in the tray.
iCustomMode
[in] Specifies the custom mode.
Positive HRESULT values indicate success. Negative HRESULT values indicate an error.
If mode is equal to SHIME_MODE_CUSTOM , then iCustomMode specifies the custom mode, which is also the index into the bitmap supplied by SHImeSetCustomInputIcons function.
Header aygshell.h Library Aygshell.dll Windows Mobile Smartphone for Windows Mobile Version 5.0 and later