DWC_SetGsProfileId

C Specification

#include <dwc.h>

void DWC_SetGsProfileId( DWCFriendData* frienddata,
                         int profile_id );

Description

Stores the GS profile ID in the friend data specified by frienddata. Use this function for debugging.

Arguments

frienddata Pointer to the DWCFriendData structure where the friend data is stored.
profile_id GS profile ID for storage.

Return Values

None.

See Also

Revision History

02/21/2006 Error corrections
12/16/2005 Revisions
10/20/2005 Initial version