Share via


CommCtrlView_t::Init

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method performs initializations when Commctrl.dll loads.

Syntax

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 Value

None.

Requirements

Header commctrlview.hpp
Library Commctrlview.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CommCtrlView_t