Changeset 40021 in vbox
- Timestamp:
- Feb 7, 2012 4:03:19 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r39991 r40021 219 219 int callbackAdd(const PVBOXGUESTCTRL_CALLBACK pCallbackData, uint32_t *puContextID); 220 220 void callbackDestroy(uint32_t uContextID); 221 void callbackRemove(uint32_t uContextID); 221 222 bool callbackExists(uint32_t uContextID); 222 223 void callbackFreeUserData(void *pvData);
Note:
See TracChangeset
for help on using the changeset viewer.