IPXV_ContentItemEntry::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ContentItemEntry::Item Property}}
 
{{#customTitle:IPXV_ContentItemEntry::Item Property}}
{{#parentPage:PXV:IPXV_ContentItemEntry|Item Property|property}}
+
{{#parentPage:PXV:IPXV_ContentItemEntry#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]] returns  Pointer to [[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]] ...
+
Property '''pItem''' of interface [[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]] returns  Pointer to [[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]] ...
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG                    nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG                    nIndex,
                 [out, retval]  IPXV_ContentItemEntry**  ppItem);
+
                 [out, retval]  IPXV_ContentItemEntry**  pItem);
 
</pre>
 
</pre>
  
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]].
+
[[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]]

Latest revision as of 03:49, 15 June 2015


Property pItem of interface IPXV_ContentItemEntry returns Pointer to IPXV_ContentItemEntry ...

Syntax

HRESULT get_Item([in]           ULONG                    nIndex,
                 [out, retval]  IPXV_ContentItemEntry**  pItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXV_ContentItemEntry