mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
FileAllInformation: Minor improvement
This commit is contained in:
parent
c72bb2e348
commit
7f83c70a45
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@ namespace SMBLibrary
|
|||
|
||||
public FileAllInformation()
|
||||
{
|
||||
BasicInformation = new FileBasicInformation();
|
||||
StandardInformation = new FileStandardInformation();
|
||||
InternalInformation = new FileInternalInformation();
|
||||
EaInformation = new FileEaInformation();
|
||||
AccessInformation = new FileAccessInformation();
|
||||
PositionInformation = new FilePositionInformation();
|
||||
ModeInformation = new FileModeInformation();
|
||||
AlignmentInformation = new FileAlignmentInformation();
|
||||
NameInformation = new FileNameInformation();
|
||||
}
|
||||
|
||||
public FileAllInformation(byte[] buffer, int offset)
|
||||
|
|
Loading…
Add table
Reference in a new issue