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

IHTMLPersistData::save Method


Saves the persistent data of the object.

Syntax

HRESULT save(
    IUnknown *pUnk
    VARIANT_BOOLEAN *fContinueBroadcast
);

Parameters

pUnk
Address of the IUnknown interface of the object.
fContinueBroadcast
Address of a VARIANT Boolean structure that indicates whether the object continues to broadcast. 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

load


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.