CreateMemInputStream
Перейти к навигации
Перейти к поиску
return_code_t CreateMemInputStream(
bytecount_(cbBuf) const void* pBuf, std::size_t cbBuf, opt_ IAllocator* pAlloc, IMemBufInputStream** ppStream) noexcept;
Шаблон:IMemBufInputStream::CreateMemInputStream brief
- Параметры
[in] pBuf . cbBuf [in] pAlloc . [out] ppStream . - Возвращаемое значение:
- 32-битовый беззнаковый целый код ошибки, который в случае успешного выполнения равен 0.