Function CSPFile::SetPosition()
Description:
Sets the file pointer to a new position.
 |
Prototype:
bool SetPosition(unsigned long ulPos);
Arguments:
- unsigned long ulPos [IN]
The new file pointer position.
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions GetPosition(), GoEOF(), GoBOF()
|
|