Sha256: 497fdd3bf59bdb037994c12de1f5fdb8722fe20f5d535f5bd5014977369c69d2
Contents?: true
Size: 570 Bytes
Versions: 10
Compression:
Stored size: 570 Bytes
Contents
require 'ruby_smb/dcerpc/ndr' module RubySMB module Dcerpc module Svcctl # [3.1.4.19 RStartServiceW (Opnum 19)](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-scmr/d9be95a2-cf01-4bdc-b30f-6fe4b37ada16) class StartServiceWRequest < BinData::Record attr_reader :opnum endian :little sc_rpc_handle :h_service uint32 :argc ndr_lp_string_ptrsw :argv def initialize_instance super @opnum = START_SERVICE_W end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems