PCV services: Difference between revisions
|  SystemClockContext & SteadyClockTimePoint | |||
| Line 411: | Line 411: | ||
| === SteadyClockTimePoint === | === SteadyClockTimePoint === | ||
| {| class="wikitable" border="1" | |||
| |- | |||
| ! Offset || Size || Description | |||
| |- | |||
| | 0x0 || 0x8|| a [[#PosixTime]] representing a point in time. | |||
| |- | |||
| | 0x8 || 0x10 || ? | |||
| |} | |||
| This is a 0x18-byte struct. | This is a 0x18-byte struct. | ||
| Line 438: | Line 446: | ||
| === SystemClockContext === | === SystemClockContext === | ||
| This is an 0x20-byte struct. | This is an 0x20-byte struct. | ||
| {| class="wikitable" border="1" | |||
| |- | |||
| ! Offset || Size || Description | |||
| |- | |||
| | 0x0 || 0x8|| a [[#PosixTime]] representing the system clock epoch. | |||
| |- | |||
| | 0x8 || 0x18 || a [[#SteadyClockTimePoint]] | |||
| |} | |||
| == ITimeZoneService == | == ITimeZoneService == | ||