Seeks to a given position of a pre-opened file on the device.
- Parameters
-
| client | The client to use to seek to the position. |
| handle | File handle of a previously opened. |
| offset | Seek offset. |
| whence | Seeking direction, one of SEEK_SET, SEEK_CUR, or SEEK_END. |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.