RPC HELP DLL ExportFN RPCBMultSet

From VistApedia
Revision as of 14:31, 8 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>RPCBMultSet Function</h2> [[RPC_HELP_DLL_ExportFN_RPCBMultSet_Example|E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

RPCBMultSet Function

Example

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.