Here is the signature for the RemoveValue function:
VARIANT_BOOL RemoveValue(VARIANT ValueId)
The following table contains the valid arguments for the RemoveValue function:
|
Parameter |
Valid Type/Value |
Description |
|---|---|---|
|
ValueId |
Empty |
Valid for a scalar property only. |
|
ValueId |
VT_I4 – Index |
Ignored if the property is scalar. Identifies an element in a multi-valued property with a zero-based index. |
|
ValueId |
VT_BSTR – Name of a non-scalar element |
Ignored if the property is scalar. If the property is multi-valued, indicates an element by name. |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |