HRESULT SessionDeserialize(PISTORAGE pISessionData);
SessionDeserialize loads a serialized session. It replaces all of the text, results object, bookmarks, and selection position information with the state of the information that existed when IVoiceDictation::SessionSerialize was called.
· Returns NOERROR if successful, or one of these error values:
E_INVALIDARG
E_OUTOFMEMORY
pISessionData
[in] Storage to read all of the session data from.