保存对象的属性设置为指定的存储。
STDMETHOD(Save)(
IStorage* pStorage,
BOOL fSameAsLoad
);
备注
IPersistStreamInit 接口的ATL实现委托。当 保存 首先调用时,它会创建名为“内容”的流中指定的存储。此流然后用于稍后对 保存 并与 加载。
在参见 Windows SDK的 IPersistStorage: 保存。
要求
Header: atlcom.h
保存对象的属性设置为指定的存储。
STDMETHOD(Save)(
IStorage* pStorage,
BOOL fSameAsLoad
);
IPersistStreamInit 接口的ATL实现委托。当 保存 首先调用时,它会创建名为“内容”的流中指定的存储。此流然后用于稍后对 保存 并与 加载。
在参见 Windows SDK的 IPersistStorage: 保存。
Header: atlcom.h