ICabNode::ItemKey Property

From PDF XChange PDF SDK
Revision as of 09:50, 25 May 2015 by Green (Talk | contribs)

Jump to: navigation, search


Returns a CAB dictionary key at the specified position. It allows for enumeration of the CAB dictionary keys.

Syntax

HRESULT get_ItemKey(               LONG   index,
                    [out, retval]  BSTR*  ppKey);

Parameters

index
Value of LONG.

The index of the dictionary entry. Valid values are from 0 to the number of the elements in the dictionary. The order of the enumerated keys is undefined.

See Also

ICabNode