#include <dwc.h>
void DWC_SetGsProfileId( DWCFriendData* frienddata,
int profile_id );
Stores the GS profile ID in the friend data specified by frienddata
. Use this function for debugging.
frienddata |
Pointer to the DWCFriendData structure where the friend data is stored. |
profile_id |
GS profile ID for storage. |
None.
02/21/2006 Error corrections
12/16/2005 Revisions
10/20/2005 Initial version