IEvent::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:IEvent::Result Property}}
 
{{#customTitle:IEvent::Result Property}}
  
Property '''Result''' of interface [[PXV:IEvent|IEvent]] returns/sets  Value of ULONG_PTR ...
+
Property '''Result''' of interface [[PXV:IEvent|IEvent]] 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:IEvent|IEvent]].
 
See also [[PXV:IEvent|IEvent]].

Revision as of 02:27, 14 April 2015

Property Result of interface IEvent 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 IEvent.