peerGetTitle

GameSpy SDK

peerGetTitle

Gets the currently set title.

const gsi_char * peerGetTitle(
PEER peer );
RoutineRequired HeaderDistribution
peerGetTitle<peer.h>SDKZIP

Return Value

Parameters

peer
[in] Initialized peer object.

Remarks

The peerGetTitle function retreives the currently set title. It returns NULL if there is no title set.

Unicode Mappings

RoutineGSI_UNICODE Not DefinedGSI_UNICODE Defined
peerGetTitlepeerGetTitleApeerGetTitleW

peerGetTitleW and peerGetTitleA are UNICODE and ANSI mapped versions of peerGetTitle. The arguments of peerGetTitleA are ANSI strings; those of peerGetTitleW are wide-character strings.

Section Reference: Gamespy Peer SDK