Sha256: 50e118a5478e47600dd7c9916c983ced354a4f00adc993ffdc75fd69b36d72c2
Contents?: true
Size: 493 Bytes
Versions: 25
Compression:
Stored size: 493 Bytes
Contents
module RubySMB module Dcerpc module Samr # [3.1.5.6.4 SamrSetInformationUser2 (Opnum 58)](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-samr/99ee9f39-43e8-4bba-ac3a-82e0c0e0699e) class SamrSetInformationUser2Response < BinData::Record attr_reader :opnum endian :little ndr_uint32 :error_status def initialize_instance super @opnum = SAMR_SET_INFORMATION_USER2 end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems