IProgressMon::Canceled Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 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 | + | {{#parentPage:PXV:IProgressMon#Properties|Canceled|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{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);