Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/wine/
H A Dprofile.c1553 BOOL WINAPI WritePrivateProfileSectionA( LPCSTR section, in WritePrivateProfileSectionA() function
1592 return WritePrivateProfileSectionA( section, keys_n_values, "win.ini"); in WriteProfileSectionA()
/reactos/modules/rostests/winetests/kernel32/
H A Dprofile.c561 ret = WritePrivateProfileSectionA("App", "key=string", path_file); in test_profile_directory_readonly()
/reactos/sdk/include/psdk/
H A Dwinbase.h3465 BOOL WINAPI WritePrivateProfileSectionA(_In_opt_ LPCSTR, _In_opt_ LPCSTR, _In_opt_ LPCSTR);
3947 #define WritePrivateProfileSection WritePrivateProfileSectionA
/reactos/dll/win32/kernel32/
H A Dkernel32.spec1220 @ stdcall WritePrivateProfileSectionA(str str str)