adCancelDownloads
Cancel any Creative downloads that are in progress.
- AdResult adCancelDownloads(
- AdInterfacePtr theInterface );
Routine | Required Header | Distribution |
---|---|---|
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