CacheView_t::Init (Windows CE 5.0)

Send Feedback

This method initializes the cache of objects for GWES controls.

static void Init(HINSTANCE hInstance,bool bLargeUi);

Parameters

  • hInstance
    [in] Handle to an instance of Gwes.exe.
  • 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 Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Gcacheview.hpp.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.