# | Line 44 | Line 44 | extern "C" void __declspec(dllexport) Ex | |
---|---|---|
44 | info.dwHotKey = 0; | |
45 | info.hMonitor = NULL; | |
46 | ||
47 | < | int code; |
47 | > | int code(::ShellExecuteEx(&info)); |
48 | ||
49 | < | if (code = ::ShellExecuteEx(&info)) |
49 | > | if (code) |
50 | ::pushint(reinterpret_cast<int>(info.hProcess)); | |
51 | else | |
52 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |