![]() |
|
| VAPI API Reference Documentation 2.18.x |
|
#include <vapi.h>
Public Attributes | |
| U32 | uiReqId |
| PFNIoCompCallback | pfnIoCompCallback |
A data-structure used in API calls to control the Sync/Async nature of the Call.
If the pfnIoCompCallback member is NULL then it will be a synchronous call, otherwise it is an asynchronous call.
The callback function pointer
The uiReqId Member is used to keep track of a request in case of asynchronous calls.
The value contained in this parameter is passed to pfnIoCompCallback when the request is completed.
By using uiReqId, the applications can keep track of issued requests.