Changeset 104001 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 22, 2024 4:03:33 PM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 162388
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestFileImpl.h
r98278 r104001 69 69 /** @name Public internal methods. 70 70 * @{ */ 71 int i_close File(int *pGuestRc);71 int i_close(int *pGuestRc); 72 72 EventSource *i_getEventSource(void) { return mEventSource; } 73 int i_on FileNotify(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);73 int i_onNotify(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData); 74 74 int i_onGuestDisconnected(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData); 75 int i_open File(uint32_t uTimeoutMS, int *pGuestRc);75 int i_open(uint32_t uTimeoutMS, int *pGuestRc); 76 76 int i_queryInfo(GuestFsObjData &objData, int *prcGuest); 77 77 int i_readData(uint32_t uSize, uint32_t uTimeoutMS, void* pvData, uint32_t cbData, uint32_t* pcbRead);
Note:
See TracChangeset
for help on using the changeset viewer.