IVCDPropertyItems::save Method

Saves the values of all VCD Property Items to an XML string.
Syntax:
std::string save() const;
std::wstring saveW() const;

Return value:

A string that contains the saved properties.

See also: IVCDPropertyItems, IVCDPropertyItems::load

<< IVCDPropertyItems