Sha256: f3e1eb8bd3234780f8af90524fcfc959d07148ea9b25910431cf0d7242c28cd8
Contents?: true
Size: 653 Bytes
Versions: 35
Compression:
Stored size: 653 Bytes
Contents
module RubySMB module Dcerpc module PrintSystem # [3.1.4.4.2 RpcEnumPrinterDrivers (Opnum 10)](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rprn/857d00ac-3682-4a0d-86ca-3d3c372e5e4a) class RpcEnumPrinterDriversRequest < BinData::Record attr_reader :opnum endian :little def initialize_instance super @opnum = RPC_ENUM_PRINTER_DRIVERS end ndr_wide_stringz_ptr :p_name ndr_wide_stringz_ptr :p_environment ndr_uint32 :level rprn_byte_array_ptr :p_drivers ndr_uint32 :cb_buf end end end end
Version data entries
35 entries across 35 versions & 1 rubygems