class RubySMB::Dcerpc::Winreg::CreateKeyResponse

This class represents a BaseRegCreateKey Response Packet as defined in [3.1.5.7 BaseRegCreateKey (Opnum 6)](docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rrp/c7186ae2-1c82-45e9-933b-97d9873657e8)

Constants

REG_CREATED_NEW_KEY

Create disposition The key did not exist and was created.

REG_OPENED_EXISTING_KEY

The key already existed and was opened without being changed.

Attributes

opnum[R]

Public Instance Methods

initialize_instance() click to toggle source
Calls superclass method
# File lib/ruby_smb/dcerpc/winreg/create_key_response.rb, line 24
def initialize_instance
  super
  @opnum = REG_CREATE_KEY
end