IPXV_Inst::DefaultProgressMon Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultProgressMon([out, retval]  IProgressMon**  pProgressMon);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultProgressMon([out, retval]  IProgressMon**  ProgressMon);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_ProgressMon|IPXV_Inst::ProgressMon]]
 
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_ProgressMon|IPXV_Inst::ProgressMon]]

Revision as of 07:34, 12 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**  ProgressMon);

See Also

IPXV_Inst, IPXV_Inst::ProgressMon