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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IProgressMon::Canceled Property}}
 
{{#customTitle:IProgressMon::Canceled Property}}
{{#parentPage:PXV:IProgressMon|property}}
+
{{#parentPage:PXV:IProgressMon|Canceled Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Canceled([out, retval] VARIANT_BOOL* pCanceled);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Canceled([out, retval] VARIANT_BOOL* pCanceled);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IProgressMon|IProgressMon]].
 
See also [[PXV:IProgressMon|IProgressMon]].

Revision as of 05:53, 23 April 2015


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

Syntax

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

See Also

See also IProgressMon.