Changeset 108003 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
- Timestamp:
- Jan 31, 2025 2:05:57 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r106061 r108003 512 512 513 513 ComPtr<IEvent> ev; 514 hrc = es->GetEvent(listener, cMsWait, ev.asOutParam());514 hrc = es->GetEvent(listener, (LONG)cMsWait, ev.asOutParam()); 515 515 if (ev) /** @todo r=andy Why not using SUCCEEDED(hrc) here? */ 516 516 {
Note:
See TracChangeset
for help on using the changeset viewer.