AWS IoT Device SDK C: Task Pool
Task pool library
Return to main page ↑
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.