Group: Windows Controls - Library: comctl32
Using Common Controls: the Header Control
BOOL InitCommonControlsEx(
LPINITCOMMONCONTROLSEX lpInitCtrls
);
DECLARE INTEGER InitCommonControlsEx IN comctl32;
STRING @ lpInitCtrls
lpInitCtrls Pointer to an INITCOMMONCONTROLSEX structure that contains information specifying which control classes will be registered.
Returns TRUE if successful, or FALSE otherwise.
INITCOMMONCONTROLSEX Structure.