IEvent::Param2 Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Param2([out, retval]  PARAM_T*  pParam);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Param2([out, retval]  PARAM_T*  nParam);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IEvent|IEvent]]
 
[[PXV:IEvent|IEvent]]

Latest revision as of 03:15, 15 June 2015


Property Param2 of interface IEvent returns Value of PARAM_T ...

Syntax

HRESULT get_Param2([out, retval]  PARAM_T*  nParam);

See Also

IEvent