Changeset 28032 in vbox for trunk/src/VBox/Main/GuestImpl.cpp
- Timestamp:
- Apr 7, 2010 8:00:34 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28029 r28032 431 431 #endif /* VBOX_WITH_GUEST_CONTROL */ 432 432 433 STDMETHODIMP Guest::ExecutePro gram(IN_BSTR aCommand, ULONG aFlags,433 STDMETHODIMP Guest::ExecuteProcess(IN_BSTR aCommand, ULONG aFlags, 434 434 ComSafeArrayIn(IN_BSTR, aArguments), ComSafeArrayIn(IN_BSTR, aEnvironment), 435 435 IN_BSTR aStdIn, IN_BSTR aStdOut, IN_BSTR aStdErr,
Note:
See TracChangeset
for help on using the changeset viewer.