IProgressMon::Canceled Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{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 ==

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