HRESULT Reset();
Removes all entries from the serializer pool.
CComPtr<ISerializerFactory> sf ; GetSerializerFactory(&sf) ; CComPtr<ISerializerFactoryPool> sfp ; sf->QueryInterface(&sfp) ; sfp->Reset() ;
Copyright © Simon Fell, 2000-2004. All rights reserved.