mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-03 22:41:49 +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>
|
||||
public class NTTransactSetSecurityDescriptorResponse : NTTransactSubcommand
|
||||
{
|
||||
public const int ParametersLength = 0;
|
||||
|
||||
public NTTransactSetSecurityDescriptorResponse()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue