IModelMethod::Release method (dbgmodel.h)

Decrements the reference count for an interface on an object.

For more information, see IUnknown::Release and Introduction to COM.

Syntax

ULONG Release();

Return value

This method returns ULONG.

Requirements

Requirement Value
Header dbgmodel.h

See also

IModelMethod interface