HRESULT TopicDeserialize(PCTSTR pszTopic, PISTORAGE pITopicData);
Reads information stored about a topic from a storage and writes it onto the local hard disk. Applications can call TopicSerialize and TopicDeserialize to move information learned in topics from one machine to another.
· Returns NOERROR if successful, or one of these error values:
E_INVALIDARG
E_OUTOFMEMORY
pszTopic
[in] Topic name. If this is NULL or an empty string the general topic, "General", will be used. If the topic exists then an error is returned.
pITopicData
[in] IStorage that was used to serialize the topic.