Function CSPFile::GetBytes()
Description:
Retrieves the bytes read on written after the last successful call to the member functions Read() or Write()
 |
Prototype:
unsigned long GetBytes() const;
Arguments:
No arguments (void).
Return value:
Returns the number of last read or written bytes.
See also:
member functions Read(), Write()
|
|