Microsoft DirectX 8.1 (C++)

CUnknown::m_cRef

Reference count.

Syntax

volatile LONG m_cRef;

Remarks

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

See Also