#include <dwc.h>
int DWC_GetGsProfileId( const DWCUserData* userdata,
const DWCFriendData* frienddata )
Gets a GS profile ID from the friend information specified by frienddata. The GS profile ID can be used when the type of friend information returned by DWC_GetFriendDataType is a friend registration key and an established friend. -- ?????????????????-->
userdata |
Pointer to the DWCUserData structure where user data is stored. |
frienddata |
Pointer to the DWCFriendData structure where the friend information is stored. |
Positive integer |
GS profile ID. |
0 |
Cannot get the profile ID because the friend registration key is invalid. |
-1 |
Cannot obtain the profile ID because the login ID is stored. |
2005/12/16 Revisions.
2005/11/08 Revisions.
2005/07/22 Initial version.
CONFIDENTIAL