IProgressMon::Canceled Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Canceled([out, retval] VARIANT_BOOL* | + | <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]] |
Revision as of 01:10, 4 June 2015
Property Canceled of interface IProgressMon returns Value of VARIANT_BOOL ...
Syntax
HRESULT get_Canceled([out, retval] VARIANT_BOOL* bCanceled);