RPC HELP DLL ExportFN RPCBMultItemGet Example
From VistApedia
Revision as of 14:09, 7 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBMultItemGet Examples</h2> <h3>C</h3> // The following correspon...")
RPCBMultItemGet Examples
C
// The following corresponds to getting the value of PARAM[0].Mult["0"] RPCBMultItemGet(RPCBroker, 0 , "0", Value);
C++
MyInstance.RPCBMultItemGet(0 , "0", Value);
Visual Basic
Call RPCBMultItemGet(intRPCBHandle, 0, "0", strResult)