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.
The constructor.
CComHeapPtr( ) throw( );
explicit CComHeapPtr(
T* pData
) throw( );
Parameters
- pData
An existing CComHeapPtr object.
Remarks
The heap pointer can optionally be created using an existing CComHeapPtr object. If so, the new CComHeapPtr object assumes responsibility for managing the new pointer and resources.
Requirements
Header: atlbase.h