RPC HELP DLL ExportFN RPCBParamGet Example

From VistApedia
Revision as of 14:43, 8 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBParamGet Examples</h2> <h3>C</h3> // PType and Value are variab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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