peerGetProfileID
Returns the profile ID of the local client. Only valid with peerConnectLogin or peerConnectPreAuth.
- int peerGetProfileID(
- PEER peer );
| Routine | Required Header | Distribution |
|---|---|---|
| peerGetProfileID | <peer.h> | SDKZIP |
Return Value
The profile ID of the local client.
Parameters
- peer
- [in] Initialized peer object.
Remarks
The peerGetProfileID function returns the profile ID of the local client. This uniquely identifies a profile (nick/email/password or uniquenick/password). See the Presence SDK documentation for more details.
Section Reference: Gamespy Peer SDK