Click to return to the Content     
ISubscriptionItem::SetSub...     ISubscriptionMgr Interfac...     ISubscriptionItem Interfa...    
Web Workshop  |  Content & Component Delivery

ISubscriptionItem::WriteProperties Method


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

ReadProperties



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.