adCancelDownloads

GameSpy SDK

adCancelDownloads

Cancel any Creative downloads that are in progress.

AdResult adCancelDownloads(
AdInterfacePtr theInterface );
RoutineRequired HeaderDistribution
adCancelDownloads<ad.h>SDKZIP

Return Value

This function returns AdResult_NO_ERROR upon success. Otherwise a valid AdResult error condition is returned. (see remarks)

Parameters

theInterface
[in] SDK interface previously initialized using adInitialize

Remarks

Multiple downloads may be in progress or pending. This call will cancel all of them. A progress callback will be triggered for each download that is canceled.

This function may return:
AdResult_NO_ERROR.

Section Reference: Gamespy Advertising SDK

See Also: adDownloadNewCreatives