Changeset 27742 in vbox
- Timestamp:
- Mar 26, 2010 1:53:38 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59372
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r27741 r27742 312 312 } 313 313 314 #ifdef VBOX_WITH_GUEST_CONTROL 314 315 HRESULT Guest::prepareExecuteArgs(ComSafeArrayIn(IN_BSTR, aArguments), 315 316 char **ppszArgv, uint32_t *pcbList, uint32_t *pcArgs) … … 361 362 return S_OK; 362 363 } 364 #endif /* VBOX_WITH_GUEST_CONTROL */ 363 365 364 366 STDMETHODIMP Guest::ExecuteProgram(IN_BSTR aExecName, ULONG aFlags, -
trunk/src/VBox/Main/include/GuestImpl.h
r27741 r27742 92 92 private: 93 93 94 # ifdef VBOX_WITH_GUEST_CONTROL 94 95 HRESULT prepareExecuteArgs(ComSafeArrayIn(IN_BSTR, aArguments), 95 96 char **ppszArgv, uint32_t *pcbList, uint32_t *pcArgs); … … 97 98 HRESULT prepareExecuteEnv(ComSafeArrayIn(IN_BSTR, aEnvironment), 98 99 void **ppvList, uint32_t *pcbList, uint32_t *pcEnv); 100 # endif 99 101 100 102 struct Data
Note:
See TracChangeset
for help on using the changeset viewer.