SHImeSetModeIcon

4/8/2010

This Windows Mobile function sets the status icon to the specified mode. Sets the input mode icon in the tray.

Syntax

HRESULT SHImeSetModeIcon(
   SHIME_MODE mode, 
   DWORD iCustomMode
);

Parameters

  • mode
    [in] Mode to set the input mode icon in the tray.
  • iCustomMode
    [in] Specifies the custom mode.

Return Value

Positive HRESULT values indicate success. Negative HRESULT values indicate an error.

Remarks

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.

Requirements

Header aygshell.h
Library Aygshell.dll
Windows Mobile Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Shell Functions