You are reading help file online using chmlib.com
|
CSpStreamFormat::Deserialize deserializes a stream and passes back a new stream.
HRESULT Deserialize(
const BYTE *pBuffer,
ULONG *pcbUsed
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_OUTOFMEMORY | Exceeded available memory. |
You are reading help file online using chmlib.com
|