template< class T >
class IPersistStreamInitImpl
Parameters
T
Your class, derived from IPersistStreamInitImpl.
The IPersistStreamInit interface allows a client to request that your object load and save 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
#include <atlcom.h>
See Also Storages and Streams in the Win32 SDK