IPersistStreamInitImpl

template< class T >
class IPersistStreamInitImpl

Parameters

T

Your class, derived from IPersistStreamInitImpl.

The 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>

Class Members

See Also    in the Win32 SDK