HBMCreateEx

Syntax


#ifndef USE_FOR_NETWORKMANUAL
#define USE_FOR_NETWORKMANUAL	1
#endif

#include <revolution/hbm.h>

void HBMCreateEx( const HBMNetworkManualInfo* pNetInfo );

Arguments

pNetInfo Additional resource information for WiiWare.

Return Values

None.

Description

Initializes the additional resource information for WiiWare according to the information set in pNetInfo.

Be sure to call this function between HBMCreate and HBMInit. The buffer allocated by HBMCreateEx is deallocated when either HBMDelete or HBMDeleteEx is called.

See Also

HBMCreate
HBMInit
HBMDeleteEx
HBMNetworkManualInfo

Revision History

2008/02/01
Initial version.

CONFIDENTIAL