IBitSet::Item Property

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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*  bVal);
HRESULT put_Item([in]  ULONG         nIndex,
                 [in]  VARIANT_BOOL  bVal);

Parameters

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

See Also

IBitSet