IPXV_Document::ActiveSel Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActiveSel''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]] ...
+
Property '''pActiveSel''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveSel([out, retval]  IPXV_DocSelection**  ActiveSel);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveSel([out, retval]  IPXV_DocSelection**  pActiveSel);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Document|IPXV_Document]]
 
[[PXV:IPXV_Document|IPXV_Document]]

Revision as of 03:53, 15 June 2015


Property pActiveSel of interface IPXV_Document returns Pointer to IPXV_DocSelection ...

Syntax

HRESULT get_ActiveSel([out, retval]  IPXV_DocSelection**  pActiveSel);

See Also

IPXV_Document