IPersistHistory::SaveHistoryIPersistHistory::SaveHistory*
*



Contents  *



Index  *Topic Contents
*Previous Topic: The IPersistHistory Interface
*Next Topic: IPersistHistory::LoadHistory

IPersistHistory::SaveHistory

HRESULT SaveHistory(
    [in]IStream *pStream);

The container calls this method to request that the component save its state.

pStream
[in] Pointer to the stream into which the object should save its persistent state.

The component should under no circumstances add a reference to the supplied stream. The stream should not be cached by the component.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.