Function CSPFile::GetPosition()
Description:
Retrieves the file pointer position in bytes.
 |
Prototype:
unsigned long GetPosition() const;
Arguments:
No arguments (void).
Return value:
Returns the file pointer position.
See also:
member functions SetPosition(), GoEOF(), GoBOF()
|
|