RPC HELP DLL ExportFN RPCBParamGet Example

From VistApedia
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