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

The Symbolic Link Error Response is used to describe the target path that the client MUST follow when a symbolic link is encountered on create. This structure is contained in the ErrorData section of the SMB2 ERROR Response. This structure MUST NOT be returned in an SMB2 ERROR Response unless the Status code in the header of that response is set to STATUS_STOPPED_ON_SYMLINK. The structure has the following format:
Show file Open project: Microsoft/WindowsProtocolTestSuites