RPC HELP DLL ExportFN RPCBPropSet

From VistApedia
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