RPC HELP DLL ExportFN RPCBPropGet Example

From VistApedia
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

RPCBPropGet Examples

C

   RPCBPropGet(RPCBroker, "Connected", Value);	

C++

   MyInstance.RPCBPropGet("Connected", Value);

Visual Basic

   Call RPCBPropGet(intRPCBHandle, "Server", strResult)