.
The SetFilePointerEx API
12/17/2008 7:21:05 PM - -219.111.155.239
.
static extern bool SetFilePointerEx(IntPtr hFile, long liDistanceToMove,
.
public static extern bool SetFilePointerEx(
.
SetFilePointerEx(handle, 0, ptr, FILE_CURRENT);//ptr contains current location of file pointer. handle is a pointer to an open file handle.
.
.
The SetFilePointerEx API
12/17/2008 7:21:05 PM - -219.111.155.239
.
static extern bool SetFilePointerEx(IntPtr hFile, long liDistanceToMove,
.
public static extern bool SetFilePointerEx(
.
SetFilePointerEx(handle, 0, ptr, FILE_CURRENT);//ptr contains current location of file pointer. handle is a pointer to an open file handle.
.