You are reading help file online using chmlib.com
|
SpConvertStreamFormatEnum converts the specified stream format into a fully populated wave format structure.
Found in: sphelper.h
SpConvertStreamFormatEnum(
SPSTREAMFORMAT eFormat,
GUID *pFormatId,
WAVEFORMATEX **ppCoMemWaveFormatEx
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_OUTOFMEMORY | Exceeded available memory. |
| E_INVALIDARG | Either pFormatId or ppCoMemWaveFormatEx is invalid or bad. Alternatively, the specified format is not recognized. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|