Sha256: bcfb10be0be6f16378e23148b370eaa16e7771be48a90c7c9095a70d46b3d059
Contents?: true
Size: 557 Bytes
Versions: 38
Compression:
Stored size: 557 Bytes
Contents
require 'ruby_smb/dcerpc/ndr' module RubySMB module Dcerpc module Svcctl # [3.1.4.11 RChangeServiceConfigW (Opnum 11)](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-scmr/61ea7ed0-c49d-4152-a164-b4830f16c8a4) class ChangeServiceConfigWResponse < BinData::Record attr_reader :opnum endian :little ndr_uint32_ptr :dw_tag_id ndr_uint32 :error_status def initialize_instance super @opnum = CHANGE_SERVICE_CONFIG_W end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems