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