@param mode
One of wxFromStart, wxFromEnd, wxFromCurrent.
- @returns The actual offset position achieved, or wxInvalidOffset on
+ @return The actual offset position achieved, or wxInvalidOffset on
failure.
*/
wxFileOffset Seek(wxFileOffset ofs,
@param ofs
Number of bytes before the end of the file.
- @returns The actual offset position achieved, or wxInvalidOffset on
+ @return The actual offset position achieved, or wxInvalidOffset on
failure.
*/
wxFileOffset SeekEnd(wxFileOffset ofs = 0);