Поделиться через


CComObject::Release

Decrements the reference count on the object.

STDMETHOD_(ULONG, Release)( );

Возвращаемое значение

This function returns the new decremented reference count on the object. In debug builds, the return value may be useful for diagnostics or testing. In non-debug builds, Release always returns 0.

Требования

Header: atlcom.h

См. также

Основные понятия

CComObject Class

CComObject Members

CComObject::AddRef