Sha256: d3fff6ea8e1d9694d11b155b74999f73d213bcbd59255ca5a1e45031a31a9cce
Contents?: true
Size: 498 Bytes
Versions: 28
Compression:
Stored size: 498 Bytes
Contents
module RubySMB module Fscc module FileInformation # The FilePositionInformation Class as defined in # [2.4.35 FilePositionInformation](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/e3ce4a39-327e-495c-99b6-6b61606b6f16) class FilePositionInformation < BinData::Record CLASS_LEVEL = FileInformation::FILE_POSITION_INFORMATION endian :little int64 :current_byte_offset, label: 'Current Byte Offset' end end end end
Version data entries
28 entries across 28 versions & 1 rubygems