Host Resources System Group (Windows Embedded CE 6.0)
1/6/2010
The Host Resources System Group contains information about the operating system the host is running on, and the number of processes. Implementation of the Host Resources System Group is mandatory for all of the host systems. The following table shows the variables of the Host Resources System Group and their properties.
Name | Type | Access | Description |
---|---|---|---|
hrSystemUptime |
TimeTicks |
R/W |
Time since the host was initialized last (in milliseconds). |
hrSystemDate |
Octet string |
R/W |
Local date and time. See Remarks for more information. |
hrSystemInitialLoadDevice |
Integer |
R/O |
Entry in hrDeviceIndex device table index for operating system. |
hrSystemInitialLoadParameters |
Octet string |
R/O |
Operating system pathname and parameters. |
hrSystemNumUsers |
Gauge |
R/O |
Number of user sessions (always 1). |
hrSystemProcesses |
Gauge |
R/O |
Number of processes that are running on the system currently. |
hrSystemMaxProcesses |
Integer |
R/O |
Maximum number of processes that are on the system (32). |
Remarks
The hrSystemDate variable is a DateAndTime octet string that meets the following specification:
Field | Octets | Contents | Range |
---|---|---|---|
1 |
1-2 |
Year |
0 through 65536 |
2 |
3 |
Month |
1 through 12 |
3 |
4 |
Day |
1 through 31 |
4 |
5 |
Hour |
0 through 23 |
5 |
6 |
Minutes |
0 through 59 |
6 |
7 |
Seconds |
0 through 60 |
7 |
8 |
Deci-seconds |
0 through 9 |
8 |
9 |
Direction from Universal Coordinated Time (UTC) zone, in ASCII notation |
"+" or "-" |
9 |
10 |
Hours from UTC |
0 through 11 |
10 |
11 |
Minutes from UTC |
0 through 59 |
Note
If only local time is known, the time-zone information in fields 8 through 10 is not provided.