Changeset 35456 in vbox
- Timestamp:
- Jan 10, 2011 1:57:15 PM (14 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
include/GuestImpl.h (modified) (1 diff)
-
src-client/GuestCtrlImpl.cpp (modified) (1 diff)
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 -
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r35455 r35456 1419 1419 } 1420 1420 1421 HRESULT Guest::waitForProcessStatusChange(ULONG uPID, PULONG puRetStatus, PULONGpuRetExitCode, ULONG uTimeoutMS)1421 HRESULT Guest::waitForProcessStatusChange(ULONG uPID, ULONG *puRetStatus, ULONG *puRetExitCode, ULONG uTimeoutMS) 1422 1422 { 1423 1423 AssertPtr(puRetStatus);
Note:
See TracChangeset
for help on using the changeset viewer.

