ok(hr==S_OK,"failed to get path from known folder: 0x%08x\n",hr);
ok(lstrcmpiW(folderPath,sExamplePath)==0,"invalid known folder path retreived: \"%s\" when \"%s\" was expected\n",wine_dbgstr_w(folderPath),wine_dbgstr_w(sExamplePath));
ok(lstrcmpiW(folderPath,sExamplePath)==0,"invalid known folder path retrieved: \"%s\" when \"%s\" was expected\n",wine_dbgstr_w(folderPath),wine_dbgstr_w(sExamplePath));
ok(hr==S_OK,"failed to get path from known folder: 0x%08x\n",hr);
ok(lstrcmpiW(folderPath,sExample2Path)==0,"invalid known folder path retreived: \"%s\" when \"%s\" was expected\n",wine_dbgstr_w(folderPath),wine_dbgstr_w(sExamplePath));
ok(lstrcmpiW(folderPath,sExample2Path)==0,"invalid known folder path retrieved: \"%s\" when \"%s\" was expected\n",wine_dbgstr_w(folderPath),wine_dbgstr_w(sExamplePath));
CoTaskMemFree(folderPath);
/* set again to first path, but use another way */
ok(hr==S_OK,"failed to get path from known folder: 0x%08x\n",hr);
todo_wine
ok(lstrcmpiW(folderPath,sExamplePath)==0,"invalid known folder path retreived: \"%s\" when \"%s\" was expected\n",wine_dbgstr_w(folderPath),wine_dbgstr_w(sExamplePath));
ok(lstrcmpiW(folderPath,sExamplePath)==0,"invalid known folder path retrieved: \"%s\" when \"%s\" was expected\n",wine_dbgstr_w(folderPath),wine_dbgstr_w(sExamplePath));