Share

CAcTcUiToolPalette::Export

C++

virtual BOOL Export(
    IUnknown* pUnk, 
    LPCTSTR pszRefPath
);

Description

Writes the palette information to the specified XML node. Writes both the UI data and palette contents. The content data is the palette catalog item associated to the palette window.

Returns true if successful; otherwise, returns false.

Parameters

Parameters Description
pUnk Input XML DOM node to which the palette is to be exported
pszRefPath Input path for storing the dependent files like image files

Links

CAcTcUiToolPalette

Was this information helpful?