Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.h249 extern BOOL launch_fileA(HWND hwnd, LPSTR cmd, UINT nCmdShow=SW_SHOWNORMAL, LPCSTR parameters=NULL);
251 #define launch_fileA launch_file macro
H A Dutility.cpp204 BOOL launch_fileA(HWND hwnd, LPSTR cmd, UINT nCmdShow, LPCSTR parameters) in launch_fileA() function