IPXC_NumberTree::ItemKey Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ItemKey([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_ItemKey([in] ULONG Index, |
− | [out, retval] LONG* | + | [out, retval] LONG* Value); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_NumberTree|IPXC_NumberTree]] | [[PXV:IPXC_NumberTree|IPXC_NumberTree]] |
Revision as of 06:06, 12 June 2015
Property ItemKey of interface IPXC_NumberTree returns Value of LONG ...
Syntax
HRESULT get_ItemKey([in] ULONG Index, [out, retval] LONG* Value);
Parameters
- Index
- [in] Value of ULONG.