IEvent::Param1 Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IEvent::Param1 Property}}
 
{{#customTitle:IEvent::Param1 Property}}
 +
{{#parentPage:PXV:IEvent#Properties|Param1|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Param1''' of interface [[PXV:IEvent|IEvent]] returns  Value of ULONG_PTR ...
+
Property '''Param1''' of interface [[PXV:IEvent|IEvent]] returns  Value of PARAM_T ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Param1([out, retval] ULONG_PTR* pParam);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Param1([out, retval] PARAM_T* nParam);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IEvent|IEvent]].
+
[[PXV:IEvent|IEvent]]

Latest revision as of 03:15, 15 June 2015


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

Syntax

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

See Also

IEvent