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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp3313 ULONG aTimeoutMS, ComPtr<IGuestProcess> &aGuestProcess)
3323 affinityIgnored, aGuestProcess);
3331 ComPtr<IGuestProcess> &aGuestProcess)
3386 HRESULT hr2 = pProcess.queryInterfaceTo(aGuestProcess.asOutParam());
3417 HRESULT GuestSession::processGet(ULONG aPid, ComPtr<IGuestProcess> &aGuestProcess) argument
3438 HRESULT hr2 = pProcess.queryInterfaceTo(aGuestProcess.asOutParam());
3442 LogFlowThisFunc(("aProcess=%p, hr=%Rhrc\n", (IGuestProcess*)aGuestProcess, hr));
3310 processCreate(const com::Utf8Str &aCommand, const std::vector<com::Utf8Str> &aArguments, const std::vector<com::Utf8Str> &aEnvironment, const std::vector<ProcessCreateFlag_T> &aFlags, ULONG aTimeoutMS, ComPtr<IGuestProcess> &aGuestProcess) argument
3327 processCreateEx(const com::Utf8Str &aCommand, const std::vector<com::Utf8Str> &aArguments, const std::vector<com::Utf8Str> &aEnvironment, const std::vector<ProcessCreateFlag_T> &aFlags, ULONG aTimeoutMS, ProcessPriority_T aPriority, const std::vector<LONG> &aAffinity, ComPtr<IGuestProcess> &aGuestProcess) argument

Completed in 51 milliseconds