SHInitExtraControls (Windows CE 5.0)

Send Feedback

This function initializes parameters for the CAPEDIT and RES file-based ToolTips controls.

Syntax

BOOL SHInitExtraControls(void);

Parameters

None.

Return Values

This function returns TRUE if it is successful and FALSE if it fails.

Remarks

SHInitExtraControls operates in the same manner as InitCommonControls. Only use SHInitExtraControls to initialize new controls, such as the CAPEDIT control and certain ToolTips controls. For a Windows Mobile-based Smartphone, only use SHInitExtraControls to initialize controls unique to Smartphone, such as the CAPEDIT control and certain ToolTips controls.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

See Also

InitCommonControls

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.