OomUI_Initialize (Windows Embedded CE 6.0)
1/6/2010
This function initializes the Oomui component.
Syntax
VOID OomUI_Initialize(
HINSTANCE hinst
);
Parameters
- hinst
HINSTANCE to use for loading resources.
Return Value
None.
Remarks
This function is called only once. It gives the Oomui component an opportunity to perform any necessary initialization. The hinst parameter should be used when loading resources.
Requirements
Header | oomui.h |
Windows Embedded CE | Windows CE 2.10 and later |