IPXC_NameTree::Item Method

From PDF XChange PDF SDK
Revision as of 07:06, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Gets item by index with it's structure variant.

Syntax

HRESULT Item([in]   ULONG              Index,
             [out]  BSTR*              Name,
             [out]  IPXS_PDFVariant**  Value);

Parameters

Index
[in] Index of the item to get from the name tree.
Name
[out] Resulting name of the item.
Value
[out] Pointer to IPXS_PDFVariant containing the data of the item.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IPXC_NameTree