You are reading help file online using chmlib.com
|
CSpStreamFormat::CopyTo copies the instance's wave format to a new stream.
HRESULT CopyTo(
GUID *pFormatId,
WAVEFORMATEX **ppCoMemWFEX
);
HRESULT CopyTo(
wCSpStreamFormat &Other
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_OUTOFMEMORY | Exceeded available memory. |
You are reading help file online using chmlib.com
|