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

This information class is used to create an NTFS hard link to an existing file. The FILE_LINK_INFORMATION data element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
ReplaceIfExists byte

Property Details

ReplaceIfExists public property

An 8-bit field that is set to 1 to indicate that if the link already exists, it should be replaced with the new link. MUST be set to 0 if the caller wants the link creation operation to fail if the link already exists.
public byte ReplaceIfExists
return byte