SHImeSetCustomInputIcons

4/8/2010

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.

Syntax

HRESULT SHImeSetCustomInputIcons(
   HBITMAP hbm
);

Parameters

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

Return Value

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

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

See Also

Reference

Shell Functions