DWC_ReportUserData

Syntax

#include <dwc.h>
void DWC_ReportUserData(const DWCUserData *userdata);

Arguments

userdata Pointer to the DWCUserData structure where the user data is stored.

Return Values

None.

Description

Uses OS_TPrintf to display the contents of the DWCUserData structure specified by userdata. (For debugging.)

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

See Also

DWC_ReportFriendData

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL