Function initUpdatableArchive
Synopsis
#include <include/bitinputarchive.hpp>
HRESULT initUpdatableArchive(IOutArchive **newArc) const
Description
No description yet.
Source
Lines 165-167 in src/bitinputarchive.cpp. Line 83 in include/bitinputarchive.hpp.
HRESULT BitInputArchive::initUpdatableArchive( IOutArchive** newArc ) const {
return mInArchive->QueryInterface( ::IID_IOutArchive, reinterpret_cast< void** >( newArc ) );
}