RPC HELP DLL ExportFN RPCBPropGet Example
From VistApedia
RPCBPropGet Examples
C
RPCBPropGet(RPCBroker, "Connected", Value);
C++
MyInstance.RPCBPropGet("Connected", Value);
Visual Basic
Call RPCBPropGet(intRPCBHandle, "Server", strResult)