SHImeSetCustomInputIcons

Send Feedback

This function gives the shell a bitmap containing icons which the shell will use to draw the status icon when in a custom input mode.

HRESULT SHImeSetCustomInputIcons(
   HBITMAP hbm
);

Parameters

  • hbm
    [in] Handle to a bitmap that contains the icons.

Return Values

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

Remarks

The bitmap is a monochrome mask, H pixels high by H*N pixels wide, where N is the number of icons, and H is 16 at 96 dpi and 22 at 131 dpi.

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.