IUIX_Event::Param1 Property

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

Latest revision as of 04:22, 15 June 2015


Property Param1 of interface IUIX_Event returns/sets Value of PARAM_T ...

Syntax

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

See Also

IUIX_Event