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

The Mount Point Reparse Data Buffer data element, which contains information on mount point reparse points, is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
PathBuffer ushort

Property Details

PathBuffer public property

Unicode string that contains the substitute name string and print name string. The substitute name and print name strings can appear in any order in the PathBuffer. To locate the substitute name and print name strings in the PathBuffer, use the SubstituteNameOffset, SubstituteNameLength, PrintNameOffset, and PrintNameLength members.
public ushort PathBuffer
return ushort