IProgressMon::Canceled Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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* | + | <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 02:19, 15 June 2015
Property bCanceled of interface IProgressMon returns Value of VARIANT_BOOL ...
Syntax
HRESULT get_Canceled([out, retval] VARIANT_BOOL* bCanceled);