VirtualBox

Changeset 35455 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 10, 2011 1:52:26 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69326
Message:

Guest Control/Main: Various bugfixes for cancellation handling, use _64K (instead of _1M) transfer chunks again, better control context notification/deletion separation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestImpl.h

    r35374 r35455  
    179179    CallbackMapIter getCtrlCallbackContextByID(uint32_t u32ContextID);
    180180    GuestProcessMapIter getProcessByPID(uint32_t u32PID);
     181    void notifyCtrlCallbackContext(Guest::CallbackMapIter it, const char *pszText);
    181182    void destroyCtrlCallbackContext(CallbackMapIter it);
    182183    uint32_t addCtrlCallbackContext(eVBoxGuestCtrlCallbackType enmType, void *pvData, uint32_t cbData, Progress* pProgress);
     184    HRESULT waitForProcessStatusChange(ULONG uPID, PULONG puRetStatus, PULONG puRetExitCode, ULONG uTimeoutMS);
    183185# endif
    184186
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette