DWC_FriendKeyToString

Syntax

#include <dwc.h>

void DWC_FriendKeyToString( char* string, u64 friendKey );

Description

Converts the friend registration key friendKey into a twelve-digit decimal string, adding '\0' as a termination character, and writing the string to the area specified by the string argument.

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

Arguments

string The pointer to the location of the written friend registration key after it has been converted into a twelve-digit decimal string.
friendKey The friend registration key that will be converted into a string.

Return Values

None.

See Also

DWC_StringToFriendKey

Revision History

2007/02/13 Initial version.


CONFIDENTIAL