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<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
8<title>DWCSuspendCallback</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__match_8h_10694b2bb1c3e5ce404274abb14295bdc"></a>
14<h1 align="left">DWCSuspendCallback</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE>typedef void(*) <a href=DWCSuspendCallback.html#dwc__match_8h_10694b2bb1c3e5ce404274abb14295bdc>DWCSuspendCallback</a>(<a href=Macro.html#dwc__match_8h_1f4bbf087a5388bc288993c3e9399c32d>DWCSuspendResult</a> result,
22             BOOL suspend,
23             void *data);</CODE></PRE></dd>
24</dl>
25
26<h2>Arguments</h2>
27
28<TABLE border="1" width="100%">
29  <TBODY>
30
31    <TR>
32      <TD width="13%"><EM><STRONG><parametername>result</parametername></STRONG></EM></TD>
33      <TD width="87%">Result of the suspend process. <br><a href=Macro.html#dwc__match_8h_1f4bbf087a5388bc288993c3e9399c32d49a4fc2084fa48fc54dc54311df306a4><CODE>DWC_SUSPEND_SUCCESS</CODE></a>: The suspend state finalized as the state specified in <CODE>suspend</CODE>.<br>Other than <a href=Macro.html#dwc__match_8h_1f4bbf087a5388bc288993c3e9399c32d49a4fc2084fa48fc54dc54311df306a4><CODE>DWC_SUSPEND_SUCCESS</CODE></a>: The suspend process failed.</TD>
34    </TR>
35
36    <TR>
37      <TD width="13%"><EM><STRONG><parametername>suspend</parametername></STRONG></EM></TD>
38      <TD width="87%"><CODE>TRUE</CODE>: Acceptance denied state.<br><CODE>FALSE</CODE>: Acceptance permitted state.<br>Passes the value specified in the <a href=DWC_RequestSuspendMatchAsync.html#dwc__match_8h_155667bfa85dbc5bfbc501e56d2a4e4c3><CODE>DWC_RequestSuspendMatchAsync</CODE></a> function, unchanged.</TD>
39    </TR>
40
41    <TR>
42      <TD width="13%"><EM><STRONG><parametername>data</parametername></STRONG></EM></TD>
43      <TD width="87%">Callback parameter.</TD>
44    </TR>
45
46  </TBODY>
47</TABLE>
48
49<h2>Return Values</h2>
50
51<p>None.</p>
52
53<H2>Description</H2>
54<p>This function is specified in the <a href=DWC_RequestSuspendMatchAsync.html#dwc__match_8h_155667bfa85dbc5bfbc501e56d2a4e4c3><CODE>DWC_RequestSuspendMatchAsync</CODE></a> function and called after the suspend process has completed. When <CODE>result</CODE> is <a href=Macro.html#dwc__match_8h_1f4bbf087a5388bc288993c3e9399c32d49a4fc2084fa48fc54dc54311df306a4><CODE>DWC_SUSPEND_SUCCESS</CODE></a>, the suspend state is <CODE>suspend</CODE>. When <CODE>result</CODE> is not <a href=Macro.html#dwc__match_8h_1f4bbf087a5388bc288993c3e9399c32d49a4fc2084fa48fc54dc54311df306a4><CODE>DWC_SUSPEND_SUCCESS</CODE></a>, suspend processing has failed, but (for reference) the value passed to <a href=DWC_RequestSuspendMatchAsync.html#dwc__match_8h_155667bfa85dbc5bfbc501e56d2a4e4c3><CODE>DWC_RequestSuspendMatchAsync</CODE></a> will be passed in <CODE>suspend</CODE> unchanged.</p>
55
56<h2>See Also</h2>
57<p>
58
59  <CODE><A href="DWC_RequestSuspendMatchAsync.html">DWC_RequestSuspendMatchAsync</A></CODE>
60
61</p>
62
63<H2>Revision History</H2>
64<DL>
65
66<DT><para>2.0.0</DT>
67<DD>Initial addition.</DD>
68
69</DL>
70<hr><p>CONFIDENTIAL</p></body>
71</html>
72