mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 02:39:18 +02:00
Transaction2SetPathInformationResponse: Added ParametersLength const
This commit is contained in:
parent
48f63106bd
commit
be6e2b8ab6
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace SMBLibrary.SMB1
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class Transaction2SetPathInformationResponse : Transaction2Subcommand
|
public class Transaction2SetPathInformationResponse : Transaction2Subcommand
|
||||||
{
|
{
|
||||||
|
public const int ParametersLength = 2;
|
||||||
// Parameters:
|
// Parameters:
|
||||||
public ushort EaErrorOffset; // Meaningful only when the request's InformationLevel is set to SMB_INFO_SET_EAS
|
public ushort EaErrorOffset; // Meaningful only when the request's InformationLevel is set to SMB_INFO_SET_EAS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue