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