Difference between revisions of "RPC HELP DLL ExportFN RPCBMultItemGet Example"
From VistApedia
(Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBMultItemGet Examples</h2> <h3>C</h3> // The following correspon...") |
(No difference)
|
Latest revision as of 14:09, 7 July 2015
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)