CommCtrlView_t::Init (Windows Embedded CE 6.0)

1/6/2010

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