Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comdlg32/
H A Dfiledlg.c117 result = GetOpenFileNameA(&ofn); in test_DialogCancel()
281 ret = GetOpenFileNameA(&ofn); in test_create_view_window2()
301 ret = GetOpenFileNameA(&ofn); in test_create_view_template()
946 ret = GetOpenFileNameA(&ofn); in test_resizable2()
951 ret = GetOpenFileNameA(&ofn); in test_resizable2()
958 ret = GetOpenFileNameA(&ofn); in test_resizable2()
963 ret = GetOpenFileNameA(&ofn); in test_resizable2()
994 ret = GetOpenFileNameA(&ofn); in test_mru()
1005 ret = GetOpenFileNameA(&ofn); in test_mru()
1174 ret = GetOpenFileNameA(&ofnA); in test_null_filename()
[all …]
/reactos/dll/win32/comdlg32/
H A Dcomdlg32.spec13 @ stdcall GetOpenFileNameA(ptr)
H A Dfiledlg.c4701 BOOL WINAPI GetOpenFileNameA(OPENFILENAMEA *ofn) in GetOpenFileNameA() function
/reactos/dll/win32/oledlg/
H A Dinsobjdlg.c547 if (GetOpenFileNameA(&fn)) in UIINSERTOBJECTDLG_BrowseFile()
591 if (GetOpenFileNameA(&fn)) in UIINSERTOBJECTDLG_AddControl()
/reactos/sdk/include/psdk/
H A Dcommdlg.h603 BOOL WINAPI GetOpenFileNameA(LPOPENFILENAMEA);
665 #define GetOpenFileName GetOpenFileNameA
/reactos/base/applications/winhlp32/
H A Dwinhelp.c189 return GetOpenFileNameA(&openfilename); in WINHELP_GetOpenFileName()