IPXC_NameTree::ItemName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ItemName([in]          ULONG  nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ItemName([in]          ULONG  Index,
                     [out, retval]  BSTR*  sName);
+
                     [out, retval]  BSTR*  Name);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[in]  The index of the item to get from the name tree.
 
:[in]  The index of the item to get from the name tree.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_NameTree|IPXC_NameTree]]
 
[[PXV:IPXC_NameTree|IPXC_NameTree]]

Revision as of 07:06, 12 June 2015

Gets item name by index in the name tree.

Syntax

HRESULT get_ItemName([in]           ULONG  Index,
                     [out, retval]  BSTR*  Name);

Parameters

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

See Also

IPXC_NameTree