0 out of 2 rated this helpful - Rate this topic

IPersistStreamInitImpl Class 

This class implements IUnknown and provides a default implementation of the IPersistStreamInit interface.


template<
   class T 
>
class ATL_NO_VTABLE IPersistStreamInitImpl :
   public IPersistStreamInit

Parameters

T

Your class, derived from IPersistStreamInitImpl.

The IPersistStreamInit interface allows a client to request that your object loads and saves its persistent data to a single stream. Class IPersistStreamInitImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.

Related Articles   ATL Tutorial, Creating an ATL Project

Header: atlcom.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.