Share via


OomUI_Initialize (Compact 2013)

3/28/2014

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

See Also

Reference

Out of Memory User Interface Functions