Share

CAdUiPalette::Save

C++

virtual BOOL Save(
    IUnknown* pUnk
);

Description

Saves the palette data from the XML node pUnk. Override this method to save custom palette information. Be sure to call the base class (CAdUiPalette) implementation of this method before saving data from the derived class.

This function returns true if the data was successfully saved; otherwise, it returns false.

Parameters

Parameters Description
pUnk Input IUnknown of the XML DOM node to which to save the palette

Links

CAdUiPalette

Was this information helpful?