Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this static function to free allocated memory.
static void Free(
void* p
) throw( );
Parameters
- p
Pointer to the allocated memory.
Remarks
Frees the allocated memory. See CoTaskMemFree for more details.
Requirements
Header: atlbase.h