class TurboRex::MSRPC::RPCBase::MIDL_STUBLESS_PROXY_INFO_Klass
Public Instance Methods
link_to(struct)
click to toggle source
# File lib/turborex/msrpc/rpcbase.rb, line 722 def link_to(struct) case struct when MIDL_STUB_DESC_Klass link_and_xref :stub_desc_link_to, struct when MIDL_SYNTAX_INFO_Klass link_and_xref :syntax_info_link_to, struct end end
parse_struct(cstruct)
click to toggle source
# File lib/turborex/msrpc/rpcbase.rb, line 707 def parse_struct(cstruct) @value_table = { pStubDesc: cstruct['pStubDesc'].value, ProcFormatString: cstruct['procFormatString'].value, FormatStringOffset: cstruct['formatStringOffset'].value, pTransferSyntax: cstruct['pTransferSyntax'].value, nCount: cstruct['nCount'].value, pSyntaxInfo: cstruct['pSyntaxInfo'].value } @stub_desc_link_to = nil @syntax_info_link_to = nil @transfer_syntax_link_to = nil end