DWC_ReportFriendData

Syntax

#include <dwc.h>
void DWC_ReportFriendData(const DWCUserData *userdata,
                          const DWCFriendData *frienddata);

Arguments

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

Return Values

None.

Description

Uses OS_TPrintf to display the friend information specified by frienddata. (For debugging.)

This function is for debugging, but it also works with the libraries of the final version of ROM (FINALROM).

See Also

DWC_ReportUserData

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL