Loads the object from its persistent state indicated by a supplied moniker.
HRESULT Load(
BOOL fFullyAvailable,
//Indicates whether the object was already loaded
IMoniker *pmkSrc,
//Pointer to source moniker that references the
//persistent state to be loaded
IBindCtx *pbc, //Pointer to the moniker's bind context
DWORD grfMode //Access mode values taken from the STGM
//enumeration
);
Typically, the object will immediately bind to its persistent state through a call to the source moniker's IMoniker::BindToStorage method, requesting either the IStream or IStorage interface.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
IPersistMoniker::Save, IPersistMoniker::SaveCompleted