CUnknown::m_cRef

 
Microsoft DirectShow 9.0

CUnknown::m_cRef

Reference count.

Syntax

  volatile LONG m_cRef;

Remarks

Use this member variable if you override the NonDelegatingAddRef or NonDelegatingRelease method.

Requirements

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

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

See Also

CUnknown Class