#include <dwc.h>void DWC_SetGsProfileId(DWCFriendData *frienddata,
int gs_profile_id);| frienddata | Pointer to the DWCFriendData structure where the friend data is stored. |
| gs_profile_id | GS profile ID to store. |
None.
Stores the GS profile ID in the friend data specified by frienddata. Use this function for debugging.
CONFIDENTIAL