IProgressMon::CancelFlag 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::CancelFlag Property}}
 
{{#customTitle:IProgressMon::CancelFlag Property}}
{{#parentPage:PXV:IProgressMon|property}}
+
{{#parentPage:PXV:IProgressMon|CancelFlag Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CancelFlag([out, retval] IFlag** ppCancelFlag);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CancelFlag([out, retval] IFlag** ppCancelFlag);
 
</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 CancelFlag of interface IProgressMon returns Pointer to IFlag ...

Syntax

HRESULT get_CancelFlag([out, retval]  IFlag**  ppCancelFlag);

See Also

See also IProgressMon.