[DllImport("kernel32.dll")]
static extern bool SetFilePointerEx(IntPtr hFile, long liDistanceToMove,
IntPtr lpNewFilePointer, uint dwMoveMethod);
[DllImport("kernel32.dll")]
public static extern bool SetFilePointerEx(
SafeFileHandle hFile, long liDistanceToMove,
out long lpNewFilePointer, uint dwMoveMethod);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!