C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.FSCTL_SET_ZERO_DATA_Request

The FSCTL_SET_ZERO_DATA request message requests that the server fill the specified range of the file (associated with the handle on which this FSCTL was invoked) with zeroes. The message contains a FILE_ZERO_DATA_INFORMATION element. The FILE_ZERO_DATA_INFORMATION element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites