IPXC_NameTree::ItemName Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_NameTree::ItemName Property}}
 
{{#customTitle:IPXC_NameTree::ItemName Property}}
  
Property '''ItemName''' of interface [[PXV:IPXC_NameTree|IPXC_NameTree]] returns  Value of BSTR ...
+
Gets item name by index in the name tree.
 
+
  
 
== Syntax ==
 
== Syntax ==
Line 11: Line 10:
 
== Parameters ==
 
== Parameters ==
 
;''nIndex''
 
;''nIndex''
:[in]  Value of ULONG.
+
:[in]  The index of the item to get from the name tree.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_NameTree|IPXC_NameTree]].
 
See also [[PXV:IPXC_NameTree|IPXC_NameTree]].

Revision as of 02:00, 16 April 2015

Gets item name by index in the name tree.

Syntax

HRESULT get_ItemName([in] ULONG nIndex, [out, retval] BSTR* pName);

Parameters

nIndex
[in] The index of the item to get from the name tree.

See Also

See also IPXC_NameTree.