Scroll to navigation

InitCommonControls(3w) Wine API InitCommonControls(3w)

NAME

InitCommonControls (COMCTL32.17)

SYNOPSIS

VOID InitCommonControls
(
)
 

DESCRIPTION

Registers the common controls.
 

PARAMS

No parameters.
 

RETURNS

No return values.
 

NOTES

This function is just a dummy - all the controls are registered at the dll initialization time. See InitCommonContolsEx for details.
 

IMPLEMENTATION

Declared in "commctrl.h".
Implemented in "dlls/comctl32/commctrl.c".
Debug channel "commctrl".
Oct 2012 Wine API