Changeset 42530 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Aug 2, 2012 12:11:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r42525 r42530 127 127 int dispatchToProcess(uint32_t uContextID, uint32_t uFunction, void *pvData, size_t cbData); 128 128 int fileClose(ComObjPtr<GuestFile> pFile); 129 int fileQueryInfoInternal(const Utf8Str &strPath, GuestFsObjData &objData); 130 int fileQuerySizeInternal(const Utf8Str &strPath, int64_t *pllSize); 129 131 const GuestCredentials &getCredentials(void); 130 132 const GuestEnvironment &getEnvironment(void);
Note:
See TracChangeset
for help on using the changeset viewer.