DWC_ShutdownFriendsMatch

C Specification

#include <dwc.h>

void DWC_ShutdownFriendsMatch( void );

Description

This function terminates the FriendsMatch Library, the function group for matchmaking and friend management, and releases all memory allocated inside the library.

Arguments

None.

Return Values

None.

See Also

DWC_InitFriendsMatch DWC_ProcessFriendsMatch

Revision History

01/31/2006 Set up a link to the FriendsMatch Library and deleted the term from the description
12/16/2005 Added a description of the FriendsMatch Library
10/26/2005 Revisions
07/22/2005 Initial version