ISpLexicon2::SaveLexiconToStream (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

ISpLexicon2::SaveLexiconToStream

ISpLexicon2::SaveLexiconToStream saves a lexicon to a stream.

HRESULT SaveLexiconToStream  (
   IStream          pStream,
   DWORD            dwReserved
);

Parameters

pStream
[in] A pointer to a stream.
dwReserved
[in] Reserved for future use.

Return values

Value Description
S_OK Function completed successfully.
E_POINTER pStream is not a valid write pointer.
E_INVALIDARG At least one of the parameters is invalid.
E_OUTOFMEMORY Exceeded available memory.
E_NOTIMPL The method is not implemented.