IUnknown.Release

Decrements the reference count for an interface on a COM object.

interface IUnknown
extern (Windows) @nogc
uint
Release
()

Return Value

Type: uint

The new reference count, should only be used for debugging.

Meta