Example: lrc_save_wstring

In this example, lrc_save_wstring saves a wide string to a string parameter.

wchar_t wUserName[20];
....
lrc_save_wstring( "UserName", wUserName );