CComAllocator::Free
Call this static function to free allocated memory.
static void Free(
void* p
) throw( );
Параметры
- p
Pointer to the allocated memory.
Заметки
Frees the allocated memory. See CoTaskMemFree for more details.
Требования
Header: atlbase.h