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_Shutdown</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__init_8h_143947b73e0881bb66acbcf3ce11eaa9d"></a>
14<h1 align="left">DWC_Shutdown</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE>void <a href=DWC_Shutdown.html#dwc__init_8h_143947b73e0881bb66acbcf3ce11eaa9d>DWC_Shutdown</a>(void);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<p>None.</p>
31
32<H2>Description</H2>
33<p>This function closes the DWC library. Call it when stopping the use of the DWC library.</p><p>It performs such tasks as deallocation of memory used by the DWC.</p><p>Before calling this function you must shut down various libraries, including the FriendsMatch, LAN Match, and Ranking Libraries.</p><p>To use the DWC again after calling this function, you must call the <A href="DWC_Init.html"><CODE>DWC_Init</CODE></a> function.</p>
34
35<H2>Revision History</H2>
36<DL>
37
38<DT><para>1.4.15</DT>
39<DD>To reflect privatization of <CODE>DWC_GHTTP</CODE>, deleted the description of <CODE>DWC_ShutdownGHTTP</CODE>.</DD>
40
41</DL>
42<hr><p>CONFIDENTIAL</p></body>
43</html>
44