Changeset 35455 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 10, 2011 1:52:26 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r35374 r35455 179 179 CallbackMapIter getCtrlCallbackContextByID(uint32_t u32ContextID); 180 180 GuestProcessMapIter getProcessByPID(uint32_t u32PID); 181 void notifyCtrlCallbackContext(Guest::CallbackMapIter it, const char *pszText); 181 182 void destroyCtrlCallbackContext(CallbackMapIter it); 182 183 uint32_t addCtrlCallbackContext(eVBoxGuestCtrlCallbackType enmType, void *pvData, uint32_t cbData, Progress* pProgress); 184 HRESULT waitForProcessStatusChange(ULONG uPID, PULONG puRetStatus, PULONG puRetExitCode, ULONG uTimeoutMS); 183 185 # endif 184 186
Note:
See TracChangeset
for help on using the changeset viewer.