#include <dwc.h>
u64 DWC_StringToFriendKey( const char* string );
Converts a 12-digit decimal string string into a friend registration key.
If an inappropriate string is passed to the function, it will return 0.
string |
12-digit decimal string. |
0 |
Conversion has failed. |
Non-zero |
Friend registration key. |
2007/02/13 Initial version.
CONFIDENTIAL