Location:
e32std.h
Link against: euser.lib
Dll
Supported from 5.0
Encapsulates a number of static functions to set and access thread-local storage.
This class in not intended for user derivation.
Defined in Dll
:
SetTls()
, Tls()
static TInt SetTls(TAny* aPtr);
Sets the pointer to thread-local storage.
|
|
static TAny* Tls();
Returns the pointer to thread-local storage.
|