mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-06-02 02:28:23 +02:00
NTTransactIOCTLResponse: Added ParametersLength const
This commit is contained in:
parent
42935e464c
commit
b842932c0b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace SMBLibrary.SMB1
|
|||
/// </summary>
|
||||
public class NTTransactIOCTLResponse : NTTransactSubcommand
|
||||
{
|
||||
public const int ParametersLength = 0;
|
||||
public const int SetupLength = 2;
|
||||
// Setup:
|
||||
public ushort TransactionDataSize; // in bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue