<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_DLL_ExportFN_RPCBParamGet</id>
	<title>RPC HELP DLL ExportFN RPCBParamGet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_DLL_ExportFN_RPCBParamGet"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_DLL_ExportFN_RPCBParamGet&amp;action=history"/>
	<updated>2026-05-03T00:44:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://vistapedia.com/index.php?title=RPC_HELP_DLL_ExportFN_RPCBParamGet&amp;diff=16860&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot; RPC Broker Help Home  DLL Interface Home &lt;h2&gt;RPCBParamGet Function&lt;/h2&gt; [[RPC_HELP_DLL_ExportFN_RPCBParamGet_Example...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_DLL_ExportFN_RPCBParamGet&amp;diff=16860&amp;oldid=prev"/>
		<updated>2015-07-08T14:42:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/RPC_Broker_Help&quot; title=&quot;RPC Broker Help&quot;&gt; RPC Broker Help Home&lt;/a&gt;  &lt;a href=&quot;/index.php/RPC_HELP_Other_DLL_Interface_List&quot; title=&quot;RPC HELP Other DLL Interface List&quot;&gt;DLL Interface Home&lt;/a&gt; &amp;lt;h2&amp;gt;RPCBParamGet Function&amp;lt;/h2&amp;gt; [[RPC_HELP_DLL_ExportFN_RPCBParamGet_Example...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[RPC_Broker_Help| RPC Broker Help Home]]&lt;br /&gt;
&lt;br /&gt;
[[RPC_HELP_Other_DLL_Interface_List|DLL Interface Home]]&lt;br /&gt;
&amp;lt;h2&amp;gt;RPCBParamGet Function&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[RPC_HELP_DLL_ExportFN_RPCBParamGet_Example|Example]]&lt;br /&gt;
&lt;br /&gt;
Returns two values in two parameters: the value and the parameter type of a Param item.&lt;br /&gt;
	&lt;br /&gt;
You can compare the returned parameter type to the following enumerated values: literal, reference and list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Declarations&amp;lt;/h3&amp;gt;&lt;br /&gt;
    Delphi -- procedure RPCBParamGet(const RPCBroker: TRPCBroker; ParamIndex: integer; var ParamType: TParamType; var ParamValue: PChar);&lt;br /&gt;
    C -- void (__stdcall *RPCBParamGet) (void *, int, int, char *);&lt;br /&gt;
    C++ -- void RPCBParamGet ( int i, int j, char * s);&lt;br /&gt;
    VB -- Sub RPCBParamGet (ByVal intRPCBHandle As Long, ByVal intParIdx As Integer, ByVal intParTyp As Integer, ByVal intParVal As String)&lt;br /&gt;
	&lt;br /&gt;
&amp;lt;h3&amp;gt;Parameter Description&amp;lt;/h3&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;RPCBroker&amp;#039;&amp;#039;&amp;#039; Handle of the [[RPC_HELP_TRPCBroker|TRPCBroker]] component.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ParamIndex&amp;#039;&amp;#039;&amp;#039; Integer index of the parameter to get value of.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ParamType&amp;#039;&amp;#039;&amp;#039; This variable, after making the RPCBParamGet call, is filled with [[RPC_HELP_TParamRecord_PType_Property|PType]] property of a Param[ParamIndex].&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;ParamValue&amp;#039;&amp;#039;&amp;#039; An empty buffer that you must create (allocate memory for) before making this call. This buffer, after making the RPCBParamGet call, is filled with Value of a Param[ParamIndex].&lt;br /&gt;
	&lt;br /&gt;
See [[RPC_HELP_Executing_RPC_RPC_Limits|RPC Limits]] for information about the size of parameters and results that can be passed to and returned from the [[RPC_HELP_TRPCBroker|TRPCBroker]] component.&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>