RPC HELP DLL ExportFN RPCBMultSet
From VistApedia
RPCBMultSet Function
Sets an item in a TRPCBroker Param property's Mult property to a value.
Declarations
Delphi -- procedure RPCBMultSet(const RPCBroker: TRPCBroker; ParamIndex: integer; Subscript, Value: PChar); C -- void (__stdcall *RPCBMultSet) (void *, int, char *, char *); C++ -- void RPCBMultSet ( int i, char * s, char * t); VB -- Sub RPCBMultSet (ByVal intRPCBHandle As Long, ByVal intParIdx As Integer, ByVal strSubscript As String, ByVal strValue As String)
Parameter Description
- RPCBroker Handle of the TRPCBroker component.
- ParamIndex Integer index of the parameter that contains the Mult property.
- Subscript Null-terminated string of the Mult item to set.
- Value Null-terminated string containing the value that the Mult item should be set to.
See RPC Limits for information about the size of parameters and results that can be passed to and returned from the TRPCBroker component.