#include <dwc.h>
u64 DWC_GetFriendKey( const DWCFriendData* frienddata );
Gets a friend registration key from the friend information specified by frienddata.
frienddata |
Pointer to the buffer for the DWCFriendData structure that stores the friend information. |
positive value |
Friend registration key |
0 |
Failed because the friend information contained no friend registration key. |
DWC_CreateFriendKeyToken, DWC_CheckFriendKey
10/20/2005 Initial version.