Class: SmbRpc::Winreg::BaseRegQueryInfoKeyReq
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- SmbRpc::Winreg::BaseRegQueryInfoKeyReq
- Defined in:
- lib/smbRpc/winreg/baseRegQueryInfoKey.rb
Instance Method Summary collapse
Instance Method Details
#initialize_instance ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/smbRpc/winreg/baseRegQueryInfoKey.rb', line 10 def initialize_instance super hKey.value = get_parameter(:handle) lpClassIn.len.value = 0 lpClassIn.maximumLength.value = 0x1000 lpClassIn.ref_id_buffer.value = 0 request.pduHead.frag_length = self.num_bytes request.opnum.value = 16 #BaseRegQueryInfoKey end |