You are reading help file online using chmlib.com
|
CSpStreamFormat::ParamValidateCopyTo validates the pointers for the format ID and wave format parameters. If successful, copies the stream using CopyTo.
HRESULT ParamValidateCopyTo(
GUID *pFormatId,
WAVEFORMATEX **ppCoMemWFEX
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_OUTOFMEMORY | Exceeded available memory. |
E_POINTER | Either pFormatId or ppCoMemWFEX is invalid or bad. |
You are reading help file online using chmlib.com
|