0x0100 - Miscellaneous
This module pools the remaining information.
0x8nn0 – Module Header
SubIndex | Type | Name | Value | Type | Access |
---|---|---|---|---|---|
00 | VAR | Len |
| UNSIGNED16 | read-only |
01 | VAR | Address | 0x0100 00nn | UNSIGNED32 | read-only |
02 | VAR | Type | Misc | VISIBLE STRING | read-only |
03 | VAR | Name | Misc | VISIBLE STRING | read-only |
04 | VAR | Dev type | 0x0100 2710 | UNSIGNED32 | read-only |
0x8nn1
SubIndex | Type | Name | Type | Access |
---|---|---|---|---|
00 | VAR | Len | UNSIGNED16 | read-only |
01 | VAR | Startup Numlock State. State of the Numlock key at system start | BOOLEAN | read-write |
02 | VAR | CE remote display state shows whether a client is connected via CERHost. From MDP 1.6.x | BOOLEAN | read only |
03 | VAR | CE Remote Display Enabled (WinCE only) | BOOLEAN | read-write |
04 | VAR | SecurityWizardEnabled | BOOLEAN | read-write |
05 | VAR | AutoLogonUser | VISIBLE STRING | read-only |
06 | VAR | AutoGenerateCertificates | BOOLEAN | read-write |
Service transfer objects
0xBnn0 - Restore Factory Settings (Service Transfer Object) (Windows CE only)
InputData | |
---|---|
Type | Name |
UNSIGNED8 | DummyByte |
0xBnn1 - Reboot (Service Transfer Object)
InputData | |
---|---|
Type | Name |
UNSIGNED8 | DummyByte |
0xBnn2 – SetAutoLogon (Service Transfer Object) (BigWindows only)
InputData | |
---|---|
Type | Name |
DWORD | cb |
DWORD | cchUsername |
DWORD | cchDomain |
DWORD | cchPassword |
BOOLEAN | bAutoLogon |
char[cchUsername] | szUsername |
char[cchDomain] | szDomain |
char[cchPassword] | szPassword |