RPC HELP DLL ExportFN RPCBPropSet

From VistApedia
Revision as of 15:04, 8 July 2015 by Kdtop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

RPCBPropSet Function

Example

Sets a TRPCBroker property to some value.

Declarations

   Delphi -- procedure RPCBPropSet(const RPCBroker: TRPCBroker; Prop,Value: PChar);
   C -- void (__stdcall *RPCBPropSet) (void *, char *, char *);
   C++ -- void RPCBPropSet ( char * s, char * t);
   VB -- Sub RPCBPropSet (ByVal intRPCBHandle As Long, ByVal strProp As String, ByVal strValue As String)

Parameter Description