Changeset 62468 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Jul 22, 2016 6:01:39 PM (9 years ago)
- Location:
- trunk/src/VBox/Main/src-server/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp
r61908 r62468 214 214 PostQuitMessage(0); 215 215 return 0; 216 } 216 } 217 217 218 218 default: -
trunk/src/VBox/Main/src-server/win/VBoxComEvents.cpp
r60764 r62468 64 64 hr = ptinfo->GetDocumentation(pfd->memid, &fName, NULL, &hContext, NULL); 65 65 if (FAILED(hr)) 66 66 { 67 67 ptinfo->ReleaseFuncDesc(pfd); 68 68 break; 69 69 } 70 70 71 71 /* We only allow firing event callbacks */
Note:
See TracChangeset
for help on using the changeset viewer.