#include <dwc.h>
void DWC_FriendKeyToString( char* string, u64 friendKey );
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.
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. |
None.
2007/02/13 Initial version.
CONFIDENTIAL