Module: RubySMB::SMB2::InfoType

Defined in:
lib/ruby_smb/smb2/info_type.rb

Overview

Contains constants for the InfoType values as defined in 2.2.39 SMB2 SET_INFO Request and 2.2.37 SMB2 QUERY_INFO Request

Constant Summary collapse

SMB2_0_INFO_FILE =

The file information

0x01
SMB2_0_INFO_FILESYSTEM =

The underlying object store information

0x02
SMB2_0_INFO_SECURITY =

The security information

0x03
SMB2_0_INFO_QUOTA =

The underlying object store quota information

0x04