IUIX_Event::Result 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::Result Property}}
 
{{#customTitle:IUIX_Event::Result Property}}
  
Property '''Result''' of interface [[PXV:IUIX_Event|IUIX_Event]] returns/sets  Value of ULONG_PTR ...
+
Property '''Result''' of interface [[PXV:IUIX_Event|IUIX_Event]] returns/sets  Value of PARAM_T ...
  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Result([out, retval] ULONG_PTR* pResult);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Result([out, retval] PARAM_T* pResult);
HRESULT put_Result([in] ULONG_PTR pResult);
+
HRESULT put_Result([in] PARAM_T pResult);
 
</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 Result of interface IUIX_Event returns/sets Value of PARAM_T ...


Syntax

HRESULT get_Result([out, retval] PARAM_T* pResult);
HRESULT put_Result([in] PARAM_T pResult);

See Also

See also IUIX_Event.