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