C++
BOOL Save( IUnknown* pUnk ) override;
Description
Saves the palette set data to the XML node passed. Override this method to save custom palette set information. Be sure to call the base class (CAdUiPaletteSet) implementation of this method before saving derived class saved data.
Returns true if the save was successful; otherwise, returns false.
Parameters
Parameters | Description |
---|---|
pUnk | Input IUnknown of the XML DOM node to which to save the palette set |