IPXV_Document::ActiveSelHandler Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveSelHandler([in] IPXV_DocSelectionHandler** ppSelHandler);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveSelHandler([out, retval] IPXV_DocSelectionHandler** ppSelHandler);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_Document|IPXV_Document]].
 
See also [[PXV:IPXV_Document|IPXV_Document]].

Revision as of 02:12, 14 April 2015

Property ActiveSelHandler of interface IPXV_Document returns Pointer to IPXV_DocSelectionHandler ...


Syntax

HRESULT get_ActiveSelHandler([out, retval] IPXV_DocSelectionHandler** ppSelHandler);

See Also

See also IPXV_Document.