IPXV_SearchEntryItem::Ptr 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 '''Ptr''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Pointer to [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] ...
+
Property '''pPtr''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Pointer to [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Ptr([out, retval]  IPXV_SearchPtr**  Ptr);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Ptr([out, retval]  IPXV_SearchPtr**  pPtr);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]
 
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Revision as of 04:08, 15 June 2015


Property pPtr of interface IPXV_SearchEntryItem returns Pointer to IPXV_SearchPtr ...

Syntax

HRESULT get_Ptr([out, retval]  IPXV_SearchPtr**  pPtr);

See Also

IPXV_SearchEntryItem