System.IO.Win32File.SetFilePointer C# (CSharp) Method

SetFilePointer() private method

private SetFilePointer ( SafeFileHandle hFile, long lDistanceToMove, IntPtr lpDistanceToMoveHigh, uint dwMoveMethod ) : uint
hFile SafeFileHandle
lDistanceToMove long
lpDistanceToMoveHigh System.IntPtr
dwMoveMethod uint
return uint
        static extern uint SetFilePointer(SafeFileHandle hFile, long lDistanceToMove, IntPtr lpDistanceToMoveHigh, uint dwMoveMethod);