#include <revolution/vf.h>
VFErr VFGetOffsetU32ByFd( VFFile* file, u32* offset );
file |
The file descriptor. |
offset |
Pointer to a u32-type variable. The seek offset in bytes is returned. |
Returns 0 when successful.
Otherwise, returns VFErr (non-zero).
Gets the seek offset (in bytes) with a 32-bit unsigned integer.
2008/12/16 Initial version.
CONFIDENTIAL