Home
last modified time | relevance | path

Searched refs:profileInt (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dprofile.c47 struct _profileInt profileInt[]={ in test_profile_int() local
74 int i, num_test = (sizeof(profileInt)/sizeof(struct _profileInt)); in test_profile_int()
80 if (profileInt[i].value) in test_profile_int()
81 WritePrivateProfileStringA(SECTION, KEY, profileInt[i].value, in test_profile_int()
82 profileInt[i].iniFile); in test_profile_int()
84 res = GetPrivateProfileIntA(profileInt[i].section, profileInt[i].key, in test_profile_int()
85 profileInt[i].defaultVal, profileInt[i].iniFile); in test_profile_int()
86 ok((res == profileInt[i].result) || (res == profileInt[i].result9x), in test_profile_int()
88 i, res, profileInt[i].result, profileInt[i].result9x); in test_profile_int()