XLL+ Class Library

CXlOStrStream::pcount

Returns the size of the byte array to which data has been serialized

[C++]
size_t pcount();

Return value

Remarks

This function returns the size of the byte array to which data has been serialized by the object.

A pointer to the array is returned by the str() function.

Requirements

Header: xlserialize.h

See Also

CXlOStrStream Class | CXlOStrStream Methods