Changeset 28014 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Apr 6, 2010 3:20:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
r27976 r28014 181 181 { 182 182 rc = Msg.hdr.result; 183 184 Msg.flags.GetUInt32(puFlags); 185 Msg.num_args.GetUInt32(puNumArgs); 186 Msg.num_env.GetUInt32(puNumEnvVars); 187 Msg.timeout.GetUInt32(puTimeLimit); 183 188 } 184 189 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.