RPC HELP DLL ExportFN RPCBMultPropGet Example

From VistApedia
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

RPCBMultPropGet Examples

C

   RPCBMultPropGet(RPCBroker, 0, "Count", Value);

C++

   MyInstance.RPCBMultPropGet(0, "Count", Value);

Visual Basic

   Call RPCBMultPropGet(intRPCBHandle, 0, "Count", strResult)