gpGetTransferData

GameSpy SDK

gpGetTransferData

This function is used to retrieve arbitrary user-data stored with a transfer.

void * gpGetTransferData(
GPConnection * connection,
GPTransfer transfer );
RoutineRequired HeaderDistribution
gpGetTransferData<gp.h>SDKZIP

Return Value

Parameters

connection
[in] A GP connection interface.
transfer
[in] A pointer to a GPTransfer object.

Remarks

This function allows an application to retrieve arbitrary user-data stored with a transfer.

Section Reference: Gamespy Presence SDK