DWC_SetGsProfileId

Syntax

#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

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


CONFIDENTIAL