SHImeSetModeIcon

Send Feedback

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

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 Values

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

Smartphone: Windows Mobile 5.0 and later.
OS Versions: Windows CE 5.01 and later.
Header: Aygshell.h
Library: Aygshell.dll

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.