DWC_FriendKeyToString

C Specification

#include <dwc.h>

void DWC_FriendKeyToString( char* string, u64 friendKey );

Description

Converts the friend registration key friendKey into a 12-digit decimal string, and writes it with the terminator '\0' added to the region specified by the string argument.

The region specified by the string argument must have a length of DWC_FRIENDKEY_STRING_BUFSIZE bytes.

Arguments

string A pointer to the destination where the friend registration key that has been converted to a 12-digit decimal string will be written.
friendKey The friend registration key to be converted into a string.

Return Values

None.

See Also

DWC_StringToFriendKey

Revision History

2007/02/13 Initial version.


CONFIDENTIAL