0x0100 - Miscellaneous
In diesem Modul werden die übrigen Informationen zusammengefasst.
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 StateZustand der Numlock Taste beim Systemstart | BOOLEAN | read-write |
02 | VAR | CE Remote Display stateZeigt an, ob ein Client per CERHost verbunden ist.Ab MDP 1.6.x | BOOLEAN | read only |
03 | VAR | CE Remote Display Enabled (Nur WinCE) | BOOLEAN | read-write |
04 | VAR | SecurityWizardEnabled | BOOLEAN | read-write |
05 | VAR | AutoLogonUser | VISIBLE STRING | read-only |
06 | VAR | AutoGenerateCertificates | BOOLEAN | read-write |
Service-Transfer-Objekte
0xBnn0 - Restore Factory Settings (Service Transfer Object) (nur Windows CE)
InputData | |
---|---|
Type | Name |
UNSIGNED8 | DummyByte |
0xBnn1 - Reboot (Service Transfer Object)
InputData | |
---|---|
Type | Name |
UNSIGNED8 | DummyByte |
0xBnn2 – SetAutoLogon (Service Transfer Object) (nur BigWindows)
InputData | |
---|---|
Type | Name |
DWORD | cb |
DWORD | cchUsername |
DWORD | cchDomain |
DWORD | cchPassword |
BOOLEAN | bAutoLogon |
char[cchUsername] | szUsername |
char[cchDomain] | szDomain |
char[cchPassword] | szPassword |