Click to return to the Reusing Browser Technology home page    
IHTMLPersistData Interfac...     IHTMLPersistData::queryTy...     IHTMLPersistData Interfac...    
Web Workshop  |  Reusing Browser Technology

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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.