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 );
[in] Mode to set the input mode icon in the tray.
[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.