adThink

GameSpy SDK

adThink

Allows the SDK to continue processing.

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

This function should be called as frequently as possible to allow the SDK to continue processing. SDK callbacks will be dispatched during this function call.

AdResult_INVALID_PARAMETERS will be returned if theInterface is invalid.

Section Reference: Gamespy Advertising SDK