mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-06-05 11:57:15 +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>
|
/// </summary>
|
||||||
public class NTTransactIOCTLResponse : NTTransactSubcommand
|
public class NTTransactIOCTLResponse : NTTransactSubcommand
|
||||||
{
|
{
|
||||||
|
public const int ParametersLength = 0;
|
||||||
public const int SetupLength = 2;
|
public const int SetupLength = 2;
|
||||||
// Setup:
|
// Setup:
|
||||||
public ushort TransactionDataSize; // in bytes
|
public ushort TransactionDataSize; // in bytes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue