IDA_EventDataWait

 

int IDA_EventDataWait(idaServID_t *servIDp, idaVarID_t varObjID,

qsaVarCBProc_t *callbackRoutine, void *callbackParm, ulong timeout)

 

Parameters

servID

[in] Pointer to SERVER_IDENTIFIERstructure returned from IDA_OpenSession.

varObjID

[in] IDA form of MIB variable object identifier. IDAApis.h has #defines for all possible values

callbackRoutine        

[in] Pointer to an application-defined SessionRequestCallBackProccallback function.

callbackParm           

[in] Specifies and application-defined value to be passed to callback function.

timeout         

[in] Time in milliseconds to wait for event data. If event data is received, the function will return after all result variable instances are passed through the callback function.

Return Value

0 indicates success.

Non-zero return codes are defined in the InSight include file IDAApis.h.

Remarks

Example

See Also

IDA_OpenSession, IDA_CloseSession

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)