NAME

InitCommonControlsEx  (COMCTL32.@)

SYNOPSIS

 BOOL InitCommonControlsEx
 (
  LPINITCOMMONCONTROLSEX lpInitCtrls
 )

DESCRIPTION

Registers the common controls.

PARAMS

lpInitCtrls [In] pointer to an INITCOMMONCONTROLS structure.

RETURNS

Success: TRUE

Failure: FALSE.

NOTES

Only the additional common controls are registered by this function. The Win95 controls are registered at the dll 's initialization.

FIXME

implement the following control classes: ICC_LINK_CLASS ICC_STANDARD_CLASSES

IMPLEMENTATION

Defined in "commctrl.h".

Implemented in "dlls/comctl32/commctrl.c". source.winehq.org/source/dlls/comctl32/commctrl.c

Debug channel "commctrl".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.