C++
BOOL Save( IUnknown* pUnk );
Description
Saves the view-persistent data to the XML DOM node.
Returns true if the function succeeds; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
pUnk | Input XML DOM node to which the persistent data is to be saved |