IBitSet::Set Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IBitSet::Set Method}} | {{#customTitle:IBitSet::Set Method}} | ||
{{#parentPage:PXV:IBitSet#Methods|Set|method}} | {{#parentPage:PXV:IBitSet#Methods|Set|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Sets bit set items with given values within the interval. | |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nStartIndex | ;nStartIndex | ||
− | :[in] | + | :[in] Starting index of the interval. |
;nCount | ;nCount | ||
− | :[in, defaultvalue(1)] | + | :[in, defaultvalue(1)] Number of items in the interval. |
;bOn | ;bOn | ||
− | :[in, defaultvalue(-1)] Value | + | :[in, defaultvalue(-1)] Value that would be appointed to the items. |
== Return Value == | == Return Value == |
Revision as of 06:48, 25 May 2015
Sets bit set 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
Returns S_OK if operation was successful or error code in other cases.