Share via


OomUI_Initialize

This function initializes the Oomui component.

VOID OomUI_Initialize( 
  HINSTANCE hinst 
);

Parameters

  • hinst
    HINSTANCE to use for loading resources.

Return Values

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

OS Versions: Windows CE 2.10 and later.
Header: Oomui.h.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.