Sha256: 70082c5c33b42be905995905d70ae43d6080b8a8f8ca3c9572f6eb822fd23fcf
Contents?: true
Size: 632 Bytes
Versions: 38
Compression:
Stored size: 632 Bytes
Contents
module RubySMB module Dcerpc module Svcctl class SvcctlHandleW < Ndr::NdrWideStringzPtr; end # [3.1.4.15 ROpenSCManagerW (Opnum 15)](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-scmr/dc84adb3-d51d-48eb-820d-ba1c6ca5faf2) class OpenSCManagerWRequest < BinData::Record attr_reader :opnum endian :little svcctl_handle_w :lp_machine_name ndr_wide_stringz_ptr :lp_database_name ndr_uint32 :dw_desired_access def initialize_instance super @opnum = OPEN_SC_MANAGER_W end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems