InitCommonControlsEx

The InitCommonControlsEx function registers specific common controls classes from the common control dynamic-link library (DLL).

Syntax

BOOL InitCommonControlsEx(LPINITCOMMONCONTROLSEX lpInitCtrls);

At a Glance

Header file: Commctrl.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

lpInitCtrls
Address of an INITCOMMONCONTROLSEX structure that contains information specifying which control classes will be registered.

Return Values

Returns TRUE if successful, or FALSE otherwise.