Changeset 33497 in vbox for trunk/src/VBox/Main/include/GuestImpl.h
- Timestamp:
- Oct 27, 2010 12:19:55 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r33492 r33497 108 108 109 109 // Public methods that are not in IDL (only called internally). 110 HRESULT executeProcessInternal( BstraCommand, ULONG aFlags,111 ComSafeArrayIn( Bstr, aArguments), ComSafeArrayIn(Bstr, aEnvironment),112 Bstr aUserName, BstraPassword,110 HRESULT executeProcessInternal(IN_BSTR aCommand, ULONG aFlags, 111 ComSafeArrayIn(IN_BSTR, aArguments), ComSafeArrayIn(IN_BSTR, aEnvironment), 112 IN_BSTR aUserName, IN_BSTR aPassword, 113 113 ULONG aTimeoutMS, ULONG *aPID, IProgress **aProgress); 114 114 void setAdditionsInfo(Bstr aInterfaceVersion, VBOXOSTYPE aOsType);
Note:
See TracChangeset
for help on using the changeset viewer.