CreateMemInputStream
Версия от 23:56, 2 марта 2017; Ninok2801 (обсуждение | вклад) (Новая страница: «{{function_begin | return_code_t CreateMemInputStream( bytecount_(cbBuf) const void* pBuf, std::size_t cbBuf, opt_ IAllocator* pAlloc, IMemBufInputStream** ppSt…»)
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.