Sha256: a2b0ddd7ac20e0c845480d41fae281c1daddbb6c04300d4bd5d7a569ddb3577b
Contents?: true
Size: 467 Bytes
Versions: 28
Compression:
Stored size: 467 Bytes
Contents
module RubySMB module Fscc module FileInformation # The FileEaInformation Class as defined in # [2.4.12 FileEaInformation](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/db6cf109-ead8-441a-b29e-cb2032778b0f) class FileEaInformation < BinData::Record CLASS_LEVEL = FileInformation::FILE_EA_INFORMATION endian :little uint32 :ea_size, label: 'Extended Attributes Size' end end end end
Version data entries
28 entries across 28 versions & 1 rubygems