Поделиться через


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

Параметры

  • 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

См. также

Основные понятия

IPersistStreamInitImpl Members

Storages and Streams

ATL Class Overview