IPXV_Inst::DefaultProgressMon Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets a default progress monitor as pointer to [[PXV:IProgressMon|IProgressMon]] object. You may use this object to show the standard progress dialog.
+
Gets the default progress-monitor as pointer to [[PXV:IProgressMon|IProgressMon]] object. This progress-monitor is associated with standard progress dialog of Editor.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultProgressMon([out, retval]  IProgressMon**  ppProgressMon);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultProgressMon([out, retval]  IProgressMon**  pProgressMon);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_ProgressMon|IPXV_Inst::ProgressMon]]

Latest revision as of 03:58, 15 June 2015


Gets the default progress-monitor as pointer to IProgressMon object. This progress-monitor is associated with standard progress dialog of Editor.

Syntax

HRESULT get_DefaultProgressMon([out, retval]  IProgressMon**  pProgressMon);

See Also

IPXV_Inst, IPXV_Inst::ProgressMon