IPXV_SearchEntry::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_SearchEntry::Item Property}} | {{#customTitle:IPXV_SearchEntry::Item Property}} | ||
− | {{#parentPage:PXV:IPXV_SearchEntry|property}} | + | {{#parentPage:PXV:IPXV_SearchEntry#Properties|Item|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pItem''' of interface [[PXV:IPXV_SearchEntry|IPXV_SearchEntry]] returns Pointer to [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXV_SearchEntryItem** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
+ | [out, retval] IPXV_SearchEntryItem** pItem); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_SearchEntry|IPXV_SearchEntry]] |
Latest revision as of 03:07, 15 June 2015
Property pItem of interface IPXV_SearchEntry returns Pointer to IPXV_SearchEntryItem ...
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXV_SearchEntryItem** pItem);
Parameters
- nIndex
- [in] Value of ULONG.