IBitSet::Set Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Sets bit set items with given values within the interval.
+
Sets bitset items, with given values, within the interval.
  
 
== Syntax ==
 
== Syntax ==
Line 21: Line 21:
  
 
== Return Value ==== Return Value ==
 
== Return Value ==== Return Value ==
Returns S_OK if the operation was successful otherwise an error code is returned.
+
Returns S_OK if the operation was successful, otherwise an error code is returned.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IBitSet|IBitSet]]
 
[[PXV:IBitSet|IBitSet]]

Revision as of 11:07, 28 May 2015


Sets bitset items, with given values, within the interval.

Syntax

HRESULT Set([in]                    ULONG         nStartIndex,
            [in, defaultvalue(1)]   ULONG         nCount,
            [in, defaultvalue(-1)]  VARIANT_BOOL  bOn);

Parameters

nStartIndex
[in] Starting index of the interval.
nCount
[in, defaultvalue(1)] Number of items in the interval.
bOn
[in, defaultvalue(-1)] Value that would be appointed to the items.

Return Value ==== Return Value

Returns S_OK if the operation was successful, otherwise an error code is returned.

See Also

IBitSet