.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InitCommonControls 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInitCommonControls\fR (COMCTL32.17) .SH SYNOPSIS VOID InitCommonControls ( ) .SH DESCRIPTION .PP Registers the common controls. .SH PARAMS No parameters. .PP .SH RETURNS .PP No return values. .SH NOTES .PP This function is just a dummy \fB-\fR all the controls are registered at the dll initialization time. See InitCommonContolsEx for details. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.