The functions in the RPC Broker 32-bit DLL are encapsulated in the following TRPCBroker C++ class methods:
DLL Function TRPCBroker C++ class method
RpcbCall char * RPCBCall( char * s);
RpcbCreateContext bool RPCBCreateContext ( char * s);
RpcbMultItemGet void RPCBMultItemGet ( int i, char * s, char * t);
RpcbMultPropGet void RPCBMultPropGet (void * ptr, int i , char * s, char * t);
RpcbMultSet void RPCBMultSet ( int i, char * s, char * t);
RpcbMultSortedSet void RPCBMultSortedSet (void * ptr, int i, bool v);
RpcbParamGet void RPCBParamGet ( int i, int j, char * s);
RpcbParamSet void RPCBParamSet ( int i, int j, char * s);
RpcbPropGet void RPCBPropGet ( char * s, char * t);
RpcbPropSet void RPCBPropSet ( char * s, char * t);