Changeset 42691 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Aug 8, 2012 7:15:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r42673 r42691 208 208 int dispatchToProcess(uint32_t uContextID, uint32_t uFunction, void *pvData, size_t cbData); 209 209 int fileClose(ComObjPtr<GuestFile> pFile); 210 int fileRemoveInternal(Utf8Str strPath, int *prc); 210 211 int fileOpenInternal(const Utf8Str &strPath, const Utf8Str &strOpenMode, const Utf8Str &strDisposition, 211 212 uint32_t uCreationMode, int64_t iOffset, ComObjPtr<GuestFile> &pFile);
Note:
See TracChangeset
for help on using the changeset viewer.