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)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::DefaultProgressMon Property}}
 
{{#customTitle:IPXV_Inst::DefaultProgressMon Property}}
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultProgressMon Property|property}}
+
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultProgressMon|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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 ==
[[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