IBitSet::Item Property

From PDF XChange PDF SDK
Revision as of 11:15, 28 May 2015 by Johnv (Talk | contribs)

Jump to: navigation, search

Gets/sets the value of the item in the bit-set.

Syntax

HRESULT get_Item([in]           ULONG          nIndex,
                 [out, retval]  VARIANT_BOOL*  pVal);
HRESULT put_Item([in]  ULONG         nIndex,
                 [in]  VARIANT_BOOL  pVal);

Parameters

nIndex
[in] Index of the item in the bit-set, who's value will be set.

See Also

IBitSet