InitCommonControls function
Applies to: desktop apps only
Registers and initializes certain common control window classes. This function is obsolete. New applications should use the InitCommonControlsEx function.
Syntax
void InitCommonControls(void);
Parameters
This function has no parameters.
Return value
This function does not return a value.
Remarks
Under Comctl32.dll version 5.x, only Windows 95 classes (ICC_WIN95_CLASSES) can be registered through InitCommonControls. Programs which require additional common control classes must use the InitCommonControlsEx function.
Under Comctl32.dll version 6.0 and later, InitCommonControls does nothing. Applications must explicitly register all common controls through InitCommonControlsEx.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012