DWC_ReportUserData

C Specification

#include <dwc.h>

void DWC_ReportUserData( const DWCUserData* userdata );

Description

This function uses OS_TPrint to display the contents of the DWCUserData structure specifed by userdata. (for debugging)

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

Arguments

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

Return Values

None.

See Also

DWC_ReportFriendData

Revision History

12/16/2005 Modified the argument descriptions.
07/22/2005 Initial version.