Searched refs:account_name (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/mstask/ |
H A D | task.c | 411 LPWSTR account_name; in test_SetAccountInformation_GetAccountInformation() local 426 hres = ITask_GetAccountInformation(test_task, &account_name); in test_SetAccountInformation_GetAccountInformation() 445 hres = ITask_GetAccountInformation(test_task, &account_name); in test_SetAccountInformation_GetAccountInformation() 453 ok(!lstrcmpW(account_name, dummy_account_name), in test_SetAccountInformation_GetAccountInformation() 456 CoTaskMemFree(account_name); in test_SetAccountInformation_GetAccountInformation() 465 hres = ITask_GetAccountInformation(test_task, &account_name); in test_SetAccountInformation_GetAccountInformation() 473 ok(!lstrcmpW(account_name, dummy_account_name_b), in test_SetAccountInformation_GetAccountInformation() 476 CoTaskMemFree(account_name); in test_SetAccountInformation_GetAccountInformation() 482 hres = ITask_GetAccountInformation(test_task, &account_name); in test_SetAccountInformation_GetAccountInformation() 490 ok(!lstrcmpW(account_name, empty), in test_SetAccountInformation_GetAccountInformation() [all …]
|