RPCBMultPropGet Examples

C

RPCBMultPropGet(RPCBroker, 0, "Count", Value);

C++

MyInstance.RPCBMultPropGet(0, "Count", Value);

Visual Basic

Call RpcbMultPropGet(intRpcbHandle, 0, "Count", strResult)