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 method to delete an object pointed to by a CAutoPtr.
void Free( ) throw( );
Remarks
The object pointed to by the CAutoPtr is freed, and the CAutoPtr::m_p data member variable is set to NULL.
Requirements
Header: atlbase.h