#include <dwc.h>
void DWC_FriendKeyToString(char *string,
u64 friendKey);| string | Pointer to the location of the written friend registration key after it has been converted into a twelve-digit decimal string. |
| friendKey | Friend registration key that will be converted into a string. |
None.
Converts the friend registration key friendKey into a 12-digit decimal string, adding '\0' as a terminator 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.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL