Changeset 42611 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Aug 6, 2012 8:42:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r42566 r42611 205 205 int dispatchToProcess(uint32_t uContextID, uint32_t uFunction, void *pvData, size_t cbData); 206 206 int fileClose(ComObjPtr<GuestFile> pFile); 207 int fileOpenInternal(const Utf8Str &strPath, const Utf8Str &strOpenMode, const Utf8Str &strDisposition, 208 uint32_t uCreationMode, int64_t iOffset, ComObjPtr<GuestFile> &pFile); 207 209 int fileQueryInfoInternal(const Utf8Str &strPath, GuestFsObjData &objData); 208 210 int fileQuerySizeInternal(const Utf8Str &strPath, int64_t *pllSize); … … 212 214 uint32_t getProtocolVersion(void) { return mData.mProtocolVersion; } 213 215 int processClose(ComObjPtr<GuestProcess> pProcess); 214 int processCreateExInteral(GuestProcess Info &procInfo, ComObjPtr<GuestProcess> &pProgress);216 int processCreateExInteral(GuestProcessStartupInfo &procInfo, ComObjPtr<GuestProcess> &pProgress); 215 217 inline bool processExists(uint32_t uProcessID, ComObjPtr<GuestProcess> *pProcess); 216 218 inline int processGetByPID(ULONG uPID, ComObjPtr<GuestProcess> *pProcess);
Note:
See TracChangeset
for help on using the changeset viewer.