CacheView_t::Init (Windows Embedded CE 6.0)

1/6/2010

This method initializes the cache of objects for GWES controls.

Syntax

static void Init(
  HINSTANCE hInstance,
  bool bLargeUi
);

Parameters

  • hInstance
    [in] Handle to an instance of Gwes.dll.
  • bLargeUi
    [in] Boolean that specifies whether to use small or large UI elements. TRUE indicates that large UI elements should be used. FALSE indicates that small UI elements should be used.

Return Value

None.

Remarks

This function is called when GWES has started and is initializing.

The object definitions are based on registry settings set by the OEM or on internal defaults.

Requirements

Header gcacheview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CacheView_t