Allocates a named data slot on all of the threads.
[Visual Basic] Public Shared Function AllocateNamedDataSlot( _ ByVal name As String _ ) As LocalDataStoreSlot [C#] public static LocalDataStoreSlot AllocateNamedDataSlot( string name ); [C++] public: static LocalDataStoreSlot* AllocateNamedDataSlot( String* name ); [JScript] public static function AllocateNamedDataSlot( name : String ) : LocalDataStoreSlot;
Slots allocated with this method must be freed with FreeNamedDataSlot.