IPXV_XFATreeView::DocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DocView(  IPXV_DocumentView**  pDocView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DocView([out, retval] IPXV_DocumentView**  pDocView);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_XFATreeView|IPXV_XFATreeView]]
 
[[PXV:IPXV_XFATreeView|IPXV_XFATreeView]]

Latest revision as of 04:55, 18 July 2017


Property DocView of interface IPXV_XFATreeView returns Pointer to IPXV_DocumentView ...

Syntax

HRESULT get_DocView([out, retval]  IPXV_DocumentView**  pDocView);

See Also

IPXV_XFATreeView