マクロ定義 | |
#define | AKTLS_NULL (0) |
型定義 | |
typedef AkInt32 | AkTlsSlot |
関数 | |
AKSOUNDENGINE_API int | AkTlsAllocateSlot (AkTlsSlot *out_pSlot) |
AKSOUNDENGINE_API void | AkTlsFreeSlot (AkTlsSlot in_slot) |
AKSOUNDENGINE_API AkUIntPtr | AkTlsGetValue (AkTlsSlot in_slot) |
AKSOUNDENGINE_API void | AkTlsSetValue (AkTlsSlot in_slot, AkUIntPtr in_value) |