IProgressMon::Canceled Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IProgressMon::Canceled Property}}
 
{{#customTitle:IProgressMon::Canceled Property}}
{{#parentPage:PXV:IProgressMon#Properties|Canceled Property|property}}
+
{{#parentPage:PXV:IProgressMon#Properties|Canceled|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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*  pCanceled);
+
<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