Sha256: b2438f91e7a110426e79206f50514e77403e60bff5873106e2a544c8dfb0d731
Contents?: true
Size: 474 Bytes
Versions: 28
Compression:
Stored size: 474 Bytes
Contents
module RubySMB module Fscc module FileInformation # The FileInternalInformation Class as defined in # [2.4.22 FileInternalInformation](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/7d796611-2fa5-41ac-8178-b6fea3a017b3) class FileInternalInformation < BinData::Record CLASS_LEVEL = FileInformation::FILE_INTERNAL_INFORMATION endian :little uint64 :file_id, label: 'File ID' end end end end
Version data entries
28 entries across 28 versions & 1 rubygems