DWC_ReportFriendData

Syntax

#include <dwc.h>

void DWC_ReportFriendData( const DWCUserData* userdata,
                           const DWCFriendData* frienddata );

Description

This function uses OS_TPrintf to display the friend data specified by frienddata(for debugging). It is used for debugging, but also works with the libraries of the final version of ROM (FINALROM).

Arguments

userdata Pointer to the DWCUserData structure where user data is stored.
frienddata Pointer to the buffer for the DWCFriendData structure that stores the friend data.

Return Values

None.

See Also

DWC_ReportUserData

Revision History

2005/12/16 Fixed typo in argument desription.
2005/10/20 Initial version.


CONFIDENTIAL