IPersistStorageImpl::Load

从指定的存储填充对象的属性。

STDMETHOD(Load)(
   IStorage* pStorage 
);

备注

IPersistStreamInit 接口的ATL实现委托。 Load 使用名为“内容”的流检索对象的数据。 保存 方法最初创建该流。

在参见 Windows SDK的 IPersistStorage: 加载

要求

Header: atlcom.h

请参见

参考

IPersistStorageImpl选件类

IStorage