sakeGetFileDownloadURL

GameSpy SDK

sakeGetFileDownloadURL

Used to get a download URL for a particular fileid.

gsi_bool sakeGetFileDownloadURL(
SAKE sake,
int fileId,
gsi_char url );
RoutineRequired HeaderDistribution
sakeGetFileDownloadURL<sake.h>SDKZIP

Return Value

gsi_true if download url was retrieved successfully, gsi_false otherwise.

Parameters

sake
[in] The Sake object.
fileId
[in] The fileid returned by the headers of the uploaded file. Call sakeGetFileIdFromHeaders to obtain.
url
[out] The download url for the specified file.

Section Reference: Gamespy Sake SDK

See Also: sakeGetFileIdFromHeaders