Share via


CComObjectNoLock::Release

Decrements the reference count on the object.

STDMETHOD_(ULONG, Release)( );

Return Value

In debug builds, Release returns a value that may be useful for diagnostics or testing. In non-debug builds, Release always returns 0.

Requirements

Header: atlcom.h

See Also

Reference

CComObjectNoLock Class

CComObjectNoLock::AddRef

Other Resources

CComObjectNoLock Members