1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>PM_Delete[Pre|Post]ExitCallback</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">PM_Delete[Pre|Post]ExitCallback <IMG src="../../image/TWL.gif" width="24" height="12" border="0" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;twl/spi.h&gt;</CODE></PRE>
16  <PRE><CODE>void PM_DeletePreExitCallback( PMExitCallbackInfo *info );
17void PM_DeletePostExitCallback( PMExitCallbackInfo *info );
18  </CODE></PRE>
19</DL>
20<H2>Arguments</H2>
21<TABLE border="1" width="100%">
22  <TBODY>
23    <TR>
24<TD width="13%"><SPAN class="argument">info</SPAN></TD>
25<TD width="87%">Pointer to a structure that stores the information for the callback to be deleted.</TD>
26    </TR>
27  </TBODY>
28</TABLE>
29<H2>Return Values</H2>
30<P>None.</P>
31<H2>Description</H2>
32<P>Deletes an exit callback.<BR> Removes an exit callback, invoked at hardware rest or power-off, from the list to which it was registered. The <B><I>info</I></B> pointer indicates the <CODE>PMExitCallbackInfo</CODE> structure holding the callback information.</P>
33<P>The <CODE>PM_DeletePreExitCallback</CODE> function removes callbacks from the pre-processing list.</P>
34<P>The <CODE>PM_DeletePostExitCallback</CODE> function removes callbacks from the post-processing list.</P>
35<P>Does nothing if the specified callback does not exist in the list.</P>
36<H2>See Also</H2>
37<P><A href="PM_AppendExitCallback.html"><CODE>PM_AppendPreExitCallback</CODE></A><BR> <A href="PM_AppendExitCallback.html"><CODE>PM_AppendPostExitCallback</CODE></A><BR> <A href="PM_AppendExitCallback.html"><CODE>PM_PrependPreExitCallback</CODE></A><BR> <A href="PM_AppendExitCallback.html"><CODE>PM_PrependPostExitCallback</CODE></A><BR> <A href="PM_AppendExitCallback.html"><CODE>PM_InsertPreExitCallback</CODE></A><BR> <A href="PM_AppendExitCallback.html"><CODE>PM_InsertPostExitCallback</CODE></A></P>
38<H2>Revision History</H2>
39<P>2008/02/07 Initial version.</P>
40<hr><p>CONFIDENTIAL</p></body>
41</HTML>