DWC_GetFriendKey

Syntax

#include <dwc.h>

u64   DWC_GetFriendKey( const DWCFriendData* frienddata );

Description

Obtains a friend registration key from the friend information specified by frienddata.
You cannot obtain a friend registration key using the friend data from which a friend relationship has been established even once.

Arguments

frienddata Pointer to the buffer for the DWCFriendData structure that stores the friend information.

Return Values

positive value Friend registration key.
0 Failed because the friend information contained no friend registration key.

See Also

DWC_CreateFriendKeyToken
DWC_CheckFriendKey

Revision History

2007/01/23 Added a note.
2005/10/20 Initial version.


CONFIDENTIAL