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

ISubscriptionItem::ReadProperties Method


Reads name value pairs from the subscription item properties.

Syntax

HRESULT ReadProperties(
    ULONG nCount,
    const LPCWSTR rgwszName[],
    VARIANT rgValue[]
); 

Parameters

nCount
Unsigned long integer value that contains the number of item properties to read.
rgwszName
[in] Address of a buffer that contains property name and value information.
rgValue
[out] Address of a buffer that receives the property name and value information.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

WriteProperties



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.