ISerializerFactoryPool::Reset Method

HRESULT Reset();

Removes all entries from the serializer pool.

 

Return Values

 

Sample Code

		CComPtr<ISerializerFactory> sf ;
		GetSerializerFactory(&sf) ;
		CComPtr<ISerializerFactoryPool> sfp ;
		sf->QueryInterface(&sfp) ;
		sfp->Reset() ;
		

 

See Also

The ISerializerFactoryPool Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.