Microsoft.Win32.Win32Native.SetEndOfFile C# (CSharp) Method

SetEndOfFile() private method

private SetEndOfFile ( SafeFileHandle hFile ) : bool
hFile SafeFileHandle
return bool
        internal static extern bool SetEndOfFile(SafeFileHandle hFile);