Task Pool API Reference
Task pool library
IotTaskPool_GetJobStorageFromHandle

Returns a pointer to the job storage from an instance of a job handle of type IotTaskPoolJob_t. This function is guaranteed to succeed for a valid job handle.

Parameters
[in]jobThe job handle.
Returns
A pointer to the storage associated with the job handle job.
Warning
If the job handle used is invalid, the results will be undefined.
IotTaskPool_GetJobStorageFromHandle
IotTaskPoolJobStorage_t * IotTaskPool_GetJobStorageFromHandle(IotTaskPoolJob_t job)
Returns a pointer to the job storage from an instance of a job handle of type IotTaskPoolJob_t....
Definition: iot_taskpool.c:582
IotTaskPoolJobStorage_t
The job storage data structure provides the storage for a statically allocated Task Pool Job instance...
Definition: iot_taskpool_types.h:223
IotTaskPoolJob_t
struct _taskPoolJob * IotTaskPoolJob_t
Opaque handle of a Task Pool Job.
Definition: iot_taskpool_types.h:246