Searched refs:ShellExecute (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DUIDesktopServices_win.cpp79 int rc = (int)ShellExecute(NULL, L"explore", strTmp.utf16(), NULL, NULL, SW_SHOWNORMAL);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c155 OpStat = ShellExecute( &MyHandle, gMD->UString, FALSE, NULL, &CmdStat);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshellapi.h260 * ShellExecute
271 #define ShellExecute WINELIB_NAME_AW(ShellExecute) macro
H A Dshldisp.idl35 cpp_quote("#undef ShellExecute")
474 HRESULT ShellExecute([in] BSTR file, [in, optional] VARIANT args, [in, optional] VARIANT dir,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshellapi.h259 * ShellExecute
270 #define ShellExecute WINELIB_NAME_AW(ShellExecute) macro
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellLib.h520 ShellExecute() function. The Output parameter has no effect in a
538 ShellExecute (
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp2169 if (::ShellExecute(NULL, "open", explorerPath.get(), explorerParams.get(),
2183 LONG r = (LONG) ::ShellExecute( NULL, NULL, path.get(), NULL, NULL, SW_SHOWNORMAL);
2189 r = (LONG) ::ShellExecute(NULL, NULL, "RUNDLL32.EXE", shellArg.get(),
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1149 ShellExecute() function. The Output parameter has no effect in a
1167 ShellExecute ( function

Completed in 1345 milliseconds