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>DWC_RnkCancelProcess</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__ranking_8h_1a166771b80e3c5f09fba86550a3370d1"></a>
14<h1 align="left">DWC_RnkCancelProcess</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE><a href=Macro.html#dwc__ranking_8h_11e26643f8161b162f689f7031ace5910>DWCRnkError</a> <a href=DWC_RnkCancelProcess.html#dwc__ranking_8h_1a166771b80e3c5f09fba86550a3370d1>DWC_RnkCancelProcess</a>();</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<TABLE border="1" width="100%">
31  <TBODY>
32
33    <TR>
34<TD width="13%"><EM><STRONG>DWC_RNK_SUCCESS</STRONG></EM></TD>
35<TD width="87%">Succeeded.</TD>
36    </TR>
37
38    <TR>
39<TD width="13%"><EM><STRONG>DWC_RNK_IN_ERROR</STRONG></EM></TD>
40<TD width="87%">An error is occurring.</TD>
41    </TR>
42
43    <TR>
44<TD width="13%"><EM><STRONG>DWC_RNK_ERROR_CANCEL_NOTASK</STRONG></EM></TD>
45<TD width="87%">No asynchronous task.</TD>
46    </TR>
47
48  </TBODY>
49</TABLE>
50
51<H2>Description</H2>
52<p>Cancels asynchronous processing.</p><p>Once this function exits normally, status changes to <a href=Macro.html#dwc__ranking_8h_11103f24ff80fe1419472d4765ab4895f34e2f7d8e4ec0e8348ddced3c81d6223><CODE>DWC_RNK_STATE_ERROR</CODE></a>.</p><p>If you want to perform communications again, be sure to perform shutdown using the <A href="DWC_RnkShutdown.html"><CODE>DWC_RnkShutdown</CODE></a> function, then initialize using the <A href="DWC_RnkInitialize.html"><CODE>DWC_RnkInitialize</CODE></a> function.</p>
53
54<H2>Revision History</H2>
55<DL>
56
57</DL>
58<hr><p>CONFIDENTIAL</p></body>
59</html>
60