IPXV_Inst::IsHistoryLoaded Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::IsHistoryLoaded Property}}
 
{{#customTitle:IPXV_Inst::IsHistoryLoaded Property}}
{{#parentPage:PXV:IPXV_Inst#Properties|IsHistoryLoaded Property|property}}
+
{{#parentPage:PXV:IPXV_Inst#Properties|IsHistoryLoaded|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsHistoryLoaded''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Value of VARIANT_BOOL ...
+
Gets loaded-state of documents opening history.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsHistoryLoaded([out, retval]  VARIANT_BOOL*  pLoaded);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsHistoryLoaded([out, retval]  VARIANT_BOOL*  bLoaded);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:59, 15 June 2015


Gets loaded-state of documents opening history.

Syntax

HRESULT get_IsHistoryLoaded([out, retval]  VARIANT_BOOL*  bLoaded);

See Also

IPXV_Inst