Share via


CStringData Members

Methods

AddRef

Increments the reference count of the string data object.

data

Retrieves the character data of a string object.

IsLocked

Determines if the buffer of the associated string object is locked.

IsShared

Determines if the buffer of the associated string object is currently shared.

Lock

Locks the buffer of the associated string object.

Release

Releases the specified string object.

Unlock

Unlocks the buffer of the associated string object.

Data Members

nAllocLength

Length of allocated data in XCHARs (not including terminating null)

nDataLength

Length of currently used data in XCHARs (not including terminating null)

nRefs

The current reference count of the object.

pStringMgr

A pointer to the string manager of this string object.

See Also

Reference

CStringData Class