InitCommonControlsEx (COMCTL32.@)
BOOL InitCommonControlsEx ( LPINITCOMMONCONTROLSEX lpInitCtrls )
Registers the common controls.
lpInitCtrls | [In] | pointer to an INITCOMMONCONTROLS structure. |
Success: TRUE
Failure: FALSE.
Only the additional common controls are registered by this function. The Win95 controls are registered at the dll 's initialization.
implement the following control classes: ICC_LINK_CLASS ICC_STANDARD_CLASSES
Defined in "commctrl.h".
Implemented in "dlls/comctl32/commctrl.c". source.winehq.org/source/dlls/comctl32/commctrl.c
Debug channel "commctrl".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.