.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InitCommonControlsEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInitCommonControlsEx\fR (COMCTL32.@) .SH SYNOPSIS BOOL InitCommonControlsEx ( const INITCOMMONCONTROLSEX* \fIlpInitCtrls\fR ) .SH DESCRIPTION .PP Registers the common controls. .SH PARAMS \fIlpInitCtrls\fR \fB[In]\fR pointer to an \fBINITCOMMONCONTROLS\fR structure. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP Probably all versions of comctl32 initializes the Win95 controls in DllMain during dll initialization. Starting from comctl32 v5.\fB82\fR all the controls are initialized there. We follow this behaviour and this function is just a dummy. .PP \fBNote:\fR when writing programs under Windows, if you don't call any function from comctl32 the linker may not link this \fBDLL\fR. If InitCommonControlsEx was the only comctl32 function you were calling and you remove it you may have a \fBFALSE\fR impression that InitCommonControlsEx actually did something. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.