XLL+ Class Library (6.3)

CXlOStrStream::pcount

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

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