ICabNode::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( LONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_ItemKey( LONG Index, |
− | [out, retval] BSTR* | + | [out, retval] BSTR* Key); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
: Value of LONG. | : Value of LONG. | ||
The index of the dictionary entry. Valid values are from 0 to the number of the elements in the dictionary. | The index of the dictionary entry. Valid values are from 0 to the number of the elements in the dictionary. |
Revision as of 05:47, 12 June 2015
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* Key);
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.