Changeset 35456 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 10, 2011 1:57:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r35455 r35456 182 182 void destroyCtrlCallbackContext(CallbackMapIter it); 183 183 uint32_t addCtrlCallbackContext(eVBoxGuestCtrlCallbackType enmType, void *pvData, uint32_t cbData, Progress* pProgress); 184 HRESULT waitForProcessStatusChange(ULONG uPID, PULONG puRetStatus, PULONGpuRetExitCode, ULONG uTimeoutMS);184 HRESULT waitForProcessStatusChange(ULONG uPID, ULONG *puRetStatus, ULONG *puRetExitCode, ULONG uTimeoutMS); 185 185 # endif 186 186
Note:
See TracChangeset
for help on using the changeset viewer.