IVCDPropertyItems::load Method

Restores the values of all VCD Property Items with the data provided in an XML string.
Syntax:
void load( const std::string& s );
void loadW( const std::wstring& s );

Parameter Description
s

Specifies the string that contains the previously saved data. This string can be obtained by calling IVCDPropertyItems::save

See also: IVCDPropertyItems, IVCDPropertyItems::save

<< IVCDPropertyItems