DWC_SetGsProfileId

Syntax

#include <dwc.h>

void DWC_SetGsProfileId(DWCFriendData *frienddata,
                        int gs_profile_id);

Arguments

frienddata Pointer to the DWCFriendData structure where the friend data is stored.
gs_profile_id GS profile ID to store.

Return Values

None.

Description

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

Revision History


CONFIDENTIAL