IBitSet::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IBitSet::Item Property}}
 
{{#customTitle:IBitSet::Item Property}}
{{#parentPage:PXV:IBitSet|property}}
+
{{#parentPage:PXV:IBitSet|Item Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG         nIndex,
HRESULT put_Item([in] ULONG nIndex, [in] VARIANT_BOOL pVal);
+
                [out, retval] VARIANT_BOOL* pVal);
 +
HRESULT put_Item([in] ULONG         nIndex,
 +
                [in] VARIANT_BOOL pVal);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IBitSet|IBitSet]].
 
See also [[PXV:IBitSet|IBitSet]].

Revision as of 05:48, 23 April 2015


Property Item of interface IBitSet returns/sets Value of VARIANT_BOOL ...

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] Value of ULONG.

See Also

See also IBitSet.