HBMCreate

Syntax


#include <revolution/hbm.h>

void HBMCreate( const HBMDataInfo* pHBInfo );

Arguments

pHBInfo Setting information for the HOME Menu.

Return Values

None.

Description

Creates an instance of the HOME Menu based on the content set in pHBInfo.
Note: You must retain the structure used in initialization until the HBMDelete function is called.

See Also

HBMInit, HBMDelete

Revision History

2009/01/30
Added to the Description.
2007/10/26
Revised the header explanation.
2006/10/02
Deleted a description related to memory allocation.
2006/09/25
Initial version.

CONFIDENTIAL