IBitSet::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, | ||
− | [out, retval] VARIANT_BOOL* | + | [out, retval] VARIANT_BOOL* bVal); |
HRESULT put_Item([in] ULONG nIndex, | HRESULT put_Item([in] ULONG nIndex, | ||
− | [in] VARIANT_BOOL | + | [in] VARIANT_BOOL bVal); |
</pre> | </pre> | ||
Latest revision as of 02:12, 15 June 2015
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.