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 top
Did you find this topic useful? Suggestions for other topics? Write us!
© 1999 Microsoft Corporation. All rights reserved. Terms of use.