CacheView_t::Init
Other versions of this page are also available for the following:
8/28/2008
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 |