IVCDPropertyItem::loadW Method

Restores the values of the elements with the values previously saved in an XML string.
Syntax:
void loadW( const std::wstring& data );
Parameter Description
data

Specifies the string that contains the previously saved data. This string can be obtained by a call to IVCDPropertyItem::saveW.

See also: IVCDPropertyItem, IVCDPropertyItem::saveW, IVCDPropertyItem::save, IVCDPropertyItem::load

<< IVCDPropertyItem