CreateMemBufInputByteStream
Версия от 15:35, 17 апреля 2017; Ninok2801 (обсуждение | вклад) (Новая страница: «{{function_begin | return_code_t CreateMemBufInputByteStream(const void* pBuf, std::size_t cbBuf, IAllocator* pAlloc, IMemBufInputByteStream** ppStream) noexcept;…»)
return_code_t CreateMemBufInputByteStream(const void* pBuf, std::size_t cbBuf, IAllocator* pAlloc, IMemBufInputByteStream** ppStream) noexcept;
Шаблон:IMemBufInputByteStream::CreateMemBufInputByteStream brief
- Параметры
[in] pBuf . cbBuf [in] pAlloc . [out] ppStream . - Возвращаемое значение:
- 32-битовый беззнаковый целый код ошибки, который в случае успешного выполнения равен 0.