CStringData::nRefs

Reference count of the string data object.

long nRefs;

Remarks

Stores the reference count of the string data object. This count indicates the number of higher string objects that are associated with the string data object. A negative value indicates that the string data object is currently locked.

Requirements

Header: atlsimpstr.h

See Also

Reference

CStringData Class

CStringData::Lock

CStringData::Unlock

Other Resources

CStringData Members