Transaction2SetPathInformationResponse: Added ParametersLength const

This commit is contained in:
Tal Aloni 2019-01-23 23:52:41 +02:00
parent 48f63106bd
commit be6e2b8ab6

View file

@ -16,6 +16,7 @@ namespace SMBLibrary.SMB1
/// </summary>
public class Transaction2SetPathInformationResponse : Transaction2Subcommand
{
public const int ParametersLength = 2;
// Parameters:
public ushort EaErrorOffset; // Meaningful only when the request's InformationLevel is set to SMB_INFO_SET_EAS