gpGetTransfer

GameSpy SDK

gpGetTransfer

Returns the GPTransfer object at the specified index.

GPResult gpGetTransfer(
GPConnection * connection,
int index,
GPTransfer * transfer );
RoutineRequired HeaderDistribution
gpGetTransfer<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.
index
[in] Index of the GPTransfer object.
transfer
[out] A pointer to a GPTransfer object.

Remarks

Returns the GPTransfer object at the specified index.

Section Reference: Gamespy Presence SDK