HBMDeleteEx

Syntax


#ifndef USE_FOR_NETWORKMANUAL
#define USE_FOR_NETWORKMANUAL	1
#endif

#include <revolution/hbm.h>

void HBMDeleteEx( void );

Arguments

None.

Return Values

None.

Description

Destroys additional resource information for WiiWare.

Deletes only those items that were secured and set by HBMCreateEx. Even if this function is not called, the items that were secured and set by HBMCreateEx are freed when HBMDelete executes. You are thus free to simply use this function to match your applications.

See Also

HBMCreateEx
HBMDelete

Revision History

2008/02/01
Initial version.

CONFIDENTIAL