IPXV_ContentItemsSelection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXV_ContentItemsSelection|IPXV_ContentItemsSelection]] returns  Pointer to [[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]] ...
+
Property '''pItem''' of interface [[PXV:IPXV_ContentItemsSelection|IPXV_ContentItemsSelection]] returns  Pointer to [[PXV:IPXV_ContentItemEntry|IPXV_ContentItemEntry]] ...
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:49, 15 June 2015


Property pItem of interface IPXV_ContentItemsSelection 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_ContentItemsSelection