Changeset 30013 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Jun 3, 2010 2:40:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
r29516 r30013 257 257 VbglHGCMParmUInt32Set(&Msg.context, 0); /** @todo Put this some header struct! */ 258 258 VbglHGCMParmUInt32Set(&Msg.pid, 0); 259 VbglHGCMParmUInt32Set(&Msg.handle, 0); 259 VbglHGCMParmUInt32Set(&Msg.handle, 0); 260 260 VbglHGCMParmUInt32Set(&Msg.flags, 0); 261 261 … … 273 273 Msg.pid.GetUInt32(puPID); 274 274 Msg.handle.GetUInt32(puHandle); 275 Msg.flags.GetUInt32(puFlags); 275 Msg.flags.GetUInt32(puFlags); 276 276 } 277 277 }
Note:
See TracChangeset
for help on using the changeset viewer.