IPersistStorageImpl

template< class T >
class IPersistStorageImpl

Parameters

T

Your class, derived from IPersistStorageImpl.

The IPersistStorage interface allows a client to request that your object load and save its persistent data using a storage. Class IPersistStorageImpl 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 <atlctl.h>

Class Members

See Also   Storages and Streams in the Win32 SDK