CommCtrlView_t::Init
This method performs initializations when Commctrl.dll loads.
static void Init(
HANDLE hinstDLL
);
Parameters
- hinstDLL
[in] Handle to an instance for the dynamic-link library (DLL).
Remarks
This method initializes the global values for the thickness of the X and Y borders, g_cxSystemMetricsBorder and g_cySystemMetricsBorder.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrlview.hpp.
Link Library: Commctrlview.lib.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.