Difference between revisions of "RPC HELP DLL ExportFN RPCBParamGet Example"

From VistApedia
Jump to: navigation, search
(Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBParamGet Examples</h2> <h3>C</h3> // PType and Value are variab...")
 
(No difference)

Latest revision as of 14:43, 8 July 2015

RPC Broker Help Home

DLL Interface Home

RPCBParamGet Examples

C

   // PType and Value are variables to retrieve values into.
   RPCBParamGet(RPCBroker, 0, PType, Value);

C++

   // PType and Value are variables to retrieve values into.
   MyInstance.RPCBParamGet(0, PType, Value);

Visual Basic

   Call RPCBParamGet(intRPCBHandle, 0, PType, strResult)
   ' where PType and strResult are variables to retrieve values into