Frees a block of memory allocated by the unmanaged COM task memory allocator.
[Visual Basic] Public Shared Sub FreeCoTaskMem( _ ByVal ptr As Integer _ ) [C#] public static void FreeCoTaskMem( int ptr ); [C++] public: static void FreeCoTaskMem( int ptr ); [JScript] public static function FreeCoTaskMem( ptr : int );
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace