IProgressMon::Canceled Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Canceled''' of interface [[PXV:IProgressMon|IProgressMon]] returns  Value of VARIANT_BOOL ...
+
Property '''bCanceled''' of interface [[PXV:IProgressMon|IProgressMon]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Canceled([out, retval]  VARIANT_BOOL*  Canceled);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Canceled([out, retval]  VARIANT_BOOL*  bCanceled);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IProgressMon|IProgressMon]]
 
[[PXV:IProgressMon|IProgressMon]]

Latest revision as of 03:19, 15 June 2015


Property bCanceled of interface IProgressMon returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_Canceled([out, retval]  VARIANT_BOOL*  bCanceled);

See Also

IProgressMon