gpIDFromProfile
A GPProfile is now the same as a profileid.
- GPResult gpIDFromProfile(
- GPConnection * connection,
- GPProfile profile,
- int * id );
Routine | Required Header | Distribution |
---|---|---|
gpIDFromProfile | <gp.h> | SDKZIP |
Return Value
This function returns GP_NO_ERROR upon success. Otherwise a valid GPResult is returned.
Parameters
- connection
- [in] A GP connection interface.
- profile
- [in] The GPProfile
- id
- [out] The profile ID of the GPProfile.
Remarks
A GPProfile is now the same as a profileid.
Section Reference: Gamespy Presence SDK