DWC_FriendKeyToString

Syntax

#include <dwc.h>
void DWC_FriendKeyToString(char *string,
                           u64 friendKey);

Arguments

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.

Return Values

None.

Description

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.

See Also

DWC_StringToFriendKey

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL