CacheView_t::Init
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.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.