Searched refs:wininiW (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/kernel32/wine/ |
H A D | profile.c | 97 static const WCHAR wininiW[] = { 'w','i','n','.','i','n','i',0 }; variable 790 filename = wininiW; in PROFILE_Open() 1131 return GetPrivateProfileIntW( section, entry, def_val, wininiW ); in GetProfileIntW() 1272 buffer, len, wininiW ); in GetProfileStringW() 1290 return WritePrivateProfileStringW( section, entry, string, wininiW ); in WriteProfileStringW() 1446 return GetPrivateProfileSectionW( section, buffer, len, wininiW ); in GetProfileSectionW() 1600 return WritePrivateProfileSectionW(section, keys_n_values, wininiW); in WriteProfileSectionW()
|