mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-11 18:09:19 +02:00
NTTransactSetSecurityDescriptorResponse: Added ParametersLength const
This commit is contained in:
parent
12913f6844
commit
3cb3ddde7b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ namespace SMBLibrary.SMB1
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class NTTransactSetSecurityDescriptorResponse : NTTransactSubcommand
|
public class NTTransactSetSecurityDescriptorResponse : NTTransactSubcommand
|
||||||
{
|
{
|
||||||
|
public const int ParametersLength = 0;
|
||||||
|
|
||||||
public NTTransactSetSecurityDescriptorResponse()
|
public NTTransactSetSecurityDescriptorResponse()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue