Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 674 Bytes

com-ptr-t-release.md

File metadata and controls

29 lines (20 loc) · 674 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: _com_ptr_t::Release
_com_ptr_t::Release
11/04/2016
_com_ptr_t.Release
_com_ptr_t::Release
Release method [C++]
db448b34-0efa-4f02-b701-ad1ca3ae6ca5

_com_ptr_t::Release

Microsoft Specific

Calls the Release member function of IUnknown on the encapsulated interface pointer.

Syntax

void Release( );

Remarks

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

END Microsoft Specific

See also

_com_ptr_t Class