This document is archived and information here might be outdated. Recommended version. |
Save the relevant information from memory into storage.
[Visual Basic .NET] Public Sub SaveStorage ( _ ByVal rootStorage As IStorage _ )
[C#] public void SaveStorage ( IStorage rootStorage );
[C++]
HRESULT SaveStorage(
IStorage* rootStorage
);
[C++]
Parameters rootStorage [in]
rootStorage is a parameter of type IStorage*