RPC HELP DLL ExportFN RPCBPropGet Example

From VistApedia
Revision as of 14:04, 8 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBMultPropGet Examples</h2> <h3>C</h3> RPCBMultPropGet(RPCBroker...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)