iwTls_Get
iwTls_Get
Syntax
IW_DECL(void*) iwTls_Get(
IwTls *pTls
);
Parameters
- pTls
- Pointer to theIwTlsstructure.
Description
This function obtains a pointer to the object from the TLS storage for a current thread. If for the current thread no object has been created yet, the function returns
NULL
.Return Values
Pointer to the stored data for a current thread, or
NULL
if no data is stored.