mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-26 02:38:15 +02:00
Transaction2QueryPathInformationResponse: Added ParametersLength const
This commit is contained in:
parent
90176777ca
commit
692e6244ab
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ namespace SMBLibrary.SMB1
|
|||
/// </summary>
|
||||
public class Transaction2QueryPathInformationResponse : Transaction2Subcommand
|
||||
{
|
||||
public const int ParametersLength = 2;
|
||||
// Parameters:
|
||||
public ushort EaErrorOffset; // Meaningful only when request's InformationLevel is SMB_INFO_QUERY_EAS_FROM_LIST
|
||||
// Data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue