Writes name value pairs from the subscription item properties.
Syntax
HRESULT WriteProperties(
ULONG nCount,
const LPCWSTR rgwszName[],
const VARIANT rgValue[]
);
Parameters
- nCount
- Unsigned long integer value that contains the number of item properties to write.
- rgwszName
- [in] Address of a buffer that contains property name and value information.
- rgValue
- [in] Address of a buffer that receives the property name and value information.
Note To remove a property, write a variant of type VT_EMPTY.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also