Frees a previously allocated named data slot.
[Visual Basic] Public Shared Sub FreeNamedDataSlot( _ ByVal name As String _ ) [C#] public static void FreeNamedDataSlot( string name ); [C++] public: static void FreeNamedDataSlot( String* name ); [JScript] public static function FreeNamedDataSlot( name : String );
The slot is freed on all of the threads.