class RubySMB::Dcerpc::Svcctl::CloseServiceHandleResponse

[3.1.4.1 RCloseServiceHandle (Opnum 0)](docs.microsoft.com/en-us/openspecs/windows_protocols/ms-scmr/a2a4e174-09fb-4e55-bad3-f77c4b13245c)

Attributes

opnum[R]

Public Instance Methods

initialize_instance() click to toggle source
Calls superclass method
# File lib/ruby_smb/dcerpc/svcctl/close_service_handle_response.rb, line 16
def initialize_instance
  super
  @opnum = CLOSE_SERVICE_HANDLE
end