Visible to Intel only — GUID: GUID-C3811CA7-5A4F-4497-8B94-9153F0938795
iwTls_Get
Syntax
IW_DECL(void*) iwTls_Get(
IwTls *pTls
);
Parameters
pTls |
Pointer to the IwTls structure. |
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.
Parent topic: Thread Local Storage