adCancelQueryForActiveUnits

GameSpy SDK

adCancelQueryForActiveUnits

Cancels a pending query.

AdResult adCancelQueryForActiveUnits(
AdInterfacePtr theInterface );
RoutineRequired HeaderDistribution
adCancelQueryForActiveUnits<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

Cancels a previous call to adQueryForActiveUnits. A callback will be triggered with the status AdResult_CANCELLED.

This function may return:
AdResult_NO_ERROR
AdResult_INVALID_PARAMETERS.

Section Reference: Gamespy Advertising SDK

See Also: adQueryForActiveUnits