IPXV_SearchEntryItem::Ptr Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchEntryItem::Ptr Property}}
 
{{#customTitle:IPXV_SearchEntryItem::Ptr Property}}
{{#parentPage:PXV:IPXV_SearchEntryItem|Ptr Property|property}}
+
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|Ptr|property}}
{{ToWrite}}
+
 
{{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]] containing the path to the place/object that is being searched for.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Ptr([out, retval]  IPXV_SearchPtr**  ppPtr);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Ptr([out, retval]  IPXV_SearchPtr**  pPtr);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]].
+
[[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]]

Latest revision as of 03:07, 20 January 2017


Property pPtr of interface IPXV_SearchEntryItem returns Pointer to IPXV_SearchPtr containing the path to the place/object that is being searched for.

Syntax

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

See Also

IPXV_SearchEntryItem