RPCBPropGet Examples

C

RPCBPropGet(RPCBroker, "Connected", Value);

C++

MyInstance.RPCBPropGet("Connected", Value);

Visual Basic

Call RpcbPropGet(intRpcbHandle, "Server", strResult)