CUnknown::NonDelegatingRelease

 
Microsoft DirectShow 9.0

CUnknown::NonDelegatingRelease

Decrements the reference count on the object. This method implements the INonDelegatingUnknown::NonDelegatingRelease method.

Syntax

  ULONG NonDelegatingRelease(void);

Return Value

Returns the reference count.

Remarks

When the reference count reaches zero, the object deletes itself.

Requirements

**  Header:** Declared in Combase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also

CUnknown Class