DWC_Shutdown

Syntax

#include <dwc.h>

void DWC_Shutdown(void);

Arguments

None.

Return Values

None.

Description

This function closes the DWC library. Call it when stopping the use of the DWC library.

It performs such tasks as deallocation of memory used by the DWC.

Before calling this function you must shut down various libraries, including the FriendsMatch, LAN Match, and Ranking Libraries.

To use the DWC again after calling this function, you must call the DWC_Init function.

Revision History

1.4.15
To reflect privatization of DWC_GHTTP, deleted the description of DWC_ShutdownGHTTP.

CONFIDENTIAL