description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: _com_ptr_t::Release |
_com_ptr_t::Release |
11/04/2016 |
|
|
db448b34-0efa-4f02-b701-ad1ca3ae6ca5 |
Microsoft Specific
Calls the Release member function of IUnknown
on the encapsulated interface pointer.
void Release( );
Calls IUnknown::Release
on the encapsulated interface pointer, raising an E_POINTER
error if this interface pointer is NULL.
END Microsoft Specific