IUIX_Event::Param1 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:IUIX_Event::Param1 Property}}
 
{{#customTitle:IUIX_Event::Param1 Property}}
  
Property '''Param1''' of interface [[PXV:IUIX_Event|IUIX_Event]] returns/sets  Value of ULONG_PTR ...
+
Property '''Param1''' of interface [[PXV:IUIX_Event|IUIX_Event]] returns/sets  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* pParam);
HRESULT put_Param1([in] ULONG_PTR pParam);
+
HRESULT put_Param1([in] PARAM_T pParam);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_Event|IUIX_Event]].
 
See also [[PXV:IUIX_Event|IUIX_Event]].

Revision as of 23:16, 13 April 2015

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


Syntax

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

See Also

See also IUIX_Event.