Searched defs:shExecInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2531 SHELLEXECUTEINFO shExecInfo; local
2533 shExecInfo.cbSize = sizeof(SHELLEXECUTEINFO);
2535 shExecInfo.fMask = NULL;
2536 shExecInfo.hwnd = NULL;
2537 shExecInfo.lpVerb = L"runas";
2538 shExecInfo.lpFile = file.raw();
2539 shExecInfo.lpParameters = parameters.raw();
2540 shExecInfo.lpDirectory = NULL;
2541 shExecInfo.nShow = SW_NORMAL;
2542 shExecInfo
[all...]

Completed in 55 milliseconds