1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3
4<HEAD>
5    <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6    <META http-equiv="Content-Style-Type" content="text/css">
7
8    <LINK rel="stylesheet" href="./css/revolution.css" type="text/css">
9
10    <TITLE>HBMDeleteEx</TITLE>
11<style type="text/css" media="all">
12<!--
13@import url("css/hbm_common.css");
14-->
15</style>
16</HEAD>
17<BODY>
18
19
20<H1>HBMDeleteEx</H1>
21
22<H2>Syntax</H2>
23<dl><dd><pre><code>
24#ifndef USE_FOR_NETWORKMANUAL
25#define USE_FOR_NETWORKMANUAL	1
26#endif
27
28#include &lt;revolution/hbm.h&gt;
29
30void HBMDeleteEx( void );
31</code></pre></dd></dl>
32
33<H2>Arguments</H2>
34<P>
35None.
36</P>
37
38<H2>Return Values</H2>
39<P>
40None.
41</P>
42
43<H2>Description</H2>
44<P>
45Destroys additional resource information for WiiWare.<BR><br>Deletes only those items that were secured and set by <CODE>HBMCreateEx</CODE>. Even if this function is not called, the items that were secured and set by <CODE>HBMCreateEx</CODE> are freed when <CODE>HBMDelete</CODE> executes.  You are thus free to simply use this function to match your applications.</P>
46
47<H2>See Also</H2>
48<p>
49<code><A href="hbm_HBMCreateEx.html">HBMCreateEx</A></code><BR><code><A href="hbm_HBMDelete.html">HBMDelete</A></code>
50</P>
51
52<H2>Revision History</H2>
53<DL class="history">
54    <DT>2008/02/01<DD>Initial version.
55</DL>
56
57<hr><p>CONFIDENTIAL</p></body>
58</HTML>