RPCBParamGet Examples

C

RPCBParamGet(RPCBroker, 0, PType, Value);
// where PType and Value are variables to retrieve values into

C++

MyInstance.RPCBParamGet(0, PType, Value);
// where PType and Value are variables to retrieve values into

Visual Basic

Call RPCBParamGet(intRpcbHandle, 0, PType, strResult)
' where PType and strResult are variables to retrieve values into