Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.1 KB

InitCommonControlsEx.md

File metadata and controls

48 lines (31 loc) · 1.1 KB

Home

Function name : InitCommonControlsEx

Group: Windows Controls - Library: comctl32


Registers specific common control classes from the common control dynamic-link library (DLL).


Code examples:

Using Common Controls: the Header Control

Declaration:

BOOL InitCommonControlsEx(
	LPINITCOMMONCONTROLSEX lpInitCtrls
);  

FoxPro declaration:

DECLARE INTEGER InitCommonControlsEx IN comctl32;
	STRING @ lpInitCtrls  

Parameters:

lpInitCtrls Pointer to an INITCOMMONCONTROLSEX structure that contains information specifying which control classes will be registered.


Return value:

Returns TRUE if successful, or FALSE otherwise.


Comments:

INITCOMMONCONTROLSEX Structure.