Changeset 26209 in vbox for trunk/include/iprt
- Timestamp:
- Feb 3, 2010 4:54:41 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/time.h
r25857 r26209 602 602 * 603 603 * @returns pTime. 604 * @param pTime Where to store the time.604 * @param pTime Where to store the time. 605 605 */ 606 606 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime); 607 608 /** 609 * Sets the system time. 610 * 611 * @returns IPRT status code 612 * @param pTime The new system time (UTC). 613 * 614 * @remarks This will usually fail because changing the wall time is usually 615 * requires extra privileges. 616 */ 617 RTDECL(int) RTTimeSet(PCRTTIMESPEC pTime); 607 618 608 619 /**
Note:
See TracChangeset
for help on using the changeset viewer.