IPXV_Inst::DefaultProgressMon Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::DefaultProgressMon Property}}
 
{{#customTitle:IPXV_Inst::DefaultProgressMon Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultProgressMon|property}}
 +
{{ToReview}}
  
Property '''DefaultProgressMon''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IProgressMon|IProgressMon]] ...
+
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 ==
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