IHTMLPersistData::load Method
Loads the saved persistent data of the object.
Syntax
HRESULT load(
IUnknown *pUnk
VARIANT_BOOLEAN *fDoDefault
);
Parameters
- pUnk
- Address of the IUnknown interface of the object.
- fDoDefault
- Address of a VARIANT Boolean structure that indicates whether the object's default values have been set. It can be set to either VARIANT_TRUE or VARIANT_FALSE.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
save