_com_ptr_t::Release

Microsoft Specific

void Release( ) throw( _com_error );

Remarks

Calls IUnknown::Release on the encapsulated interface pointer, raising an E_POINTER error if this interface pointer is NULL.

_com_ptr_t Overview

END Microsoft Specific