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.
Remarks
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
Requirements
Header: atlcom.h