Changeset 443 in vbox for trunk/include
- Timestamp:
- Jan 30, 2007 9:53:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tm.h
r1 r443 202 202 TMDECL(uint64_t) TMVirtualFromMilli(PVM pVM, uint64_t u64MilliTS); 203 203 204 /** 205 * Gets the current warp drive percent. 206 * 207 * @returns The warp drive percent. 208 * @param pVM The VM handle. 209 */ 210 TMDECL(uint32_t) TMVirtualGetWarpDrive(PVM pVM); 211 212 /** 213 * Sets the warp drive percent of the virtual time. 214 * 215 * @returns VBox status code. 216 * @param pVM The VM handle. 217 * @param u32Percent The new percentage. 100 means normal operation. 218 */ 219 TMDECL(int) TMVirtualSetWarpDrive(PVM pVM, uint32_t u32Percent); 220 204 221 /** @} */ 205 222
Note:
See TracChangeset
for help on using the changeset viewer.