IEvent::Param2 Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IEvent::Param2 Property}}
 
{{#customTitle:IEvent::Param2 Property}}
  
Property '''Param2''' of interface [[PXV:IEvent|IEvent]] returns  Value of ULONG_PTR ...
+
Property '''Param2''' of interface [[PXV:IEvent|IEvent]] returns  Value of PARAM_T ...
  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Param2([out, retval] ULONG_PTR* pParam);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Param2([out, retval] PARAM_T* pParam);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IEvent|IEvent]].
 
See also [[PXV:IEvent|IEvent]].

Revision as of 02:27, 14 April 2015

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


Syntax

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

See Also

See also IEvent.