`
isiqi
  • 浏览: 16497875 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论
阅读更多

SystemState Registry

Zilele acestea m-am jucat cu regiştrii din Windows Mobile. De fapt, totul a plecat de la o situaţie în care nu mă pot folosi direct de SystemState. Totuşi aveam nevoie să citesc nişte valori pe care le obţineam în mod normal cu SystemState. Deci, soluţia a fost să „scormonesc” rapid după regiştrii.

În mare, tabelul este luat de pe MSDN (în varianta de pe MSDN lipsesc ceva membrii, descrierea şi path-ul către regiştri), dar l-am actualizat.

<t
分享到:
评论

相关推荐

    Oracle Systemstate dump analytic tool: ASS.AWK V1.09

    # Usage Instructions # ~~~~~~~~~~~~~~~~~~ # Usage: [n]awk -f ass.awk fname.trc (But read the Portability Section !!) # # Configuring Ass: # # By default, 'ass' attempts to dump as much information as...

    Oracle ass.awk工具

    ass.awk工具用在数据库hang住时分析收集到的systemstate所用,可以清晰明了的查看systemstate中的信息; 命令简单: $ awk -f ass1033.awk [trace_name_file] 在系统hung的时候,systemstate基本等同于hanganalyze...

    在.NET Compact Framework中获取来电号码和屏蔽来电

    SystemState systemState = new SystemState(); systemState.PhoneCall += new StateEventHandler(SystemState_PhoneCall); ``` 2. **屏蔽来电**: - 屏蔽来电通常涉及到修改设备的电话设置或与底层驱动进行...

    Windows Mobile 3rd 技术开发黄金周(5):最新Windows Mobile 5.0托管API强大功能

    SystemState cradle = new SystemState(SystemProperty.CradlePresent); // 注册状态改变事件 cradle.Changed += new ChangeEventHandler(cradle_Changed); // 状态改变事件处理函数 void cradle_Changed(object ...

    oracle系统状态trace文件分析器

    &lt;br&gt;系统状态转储可以用以下两种办法: system state dumps: 1.sql&gt;ALTER SESSION SET EVENTS 'IMMEDIATE TRACE NAME SYSTEMSTATE LEVEL 10';  2.event = '604 trace name systemstate,level 10'(在...

    ArduinoSystemStatus:SystemStatus是Arduino库,用于获取有关VCC电压,可用RAM等的信息。

    系统状况 SystemStatus是Arduino库,用于获取有关VCC电压,可用RAM等的信息。 支持的功能: getVCC(); 返回以mV为单位的电源引脚上的电压。 通常应为5000mV或稳压器输出的电压。 如果直接从电池为微控制器供电,...

    ConnectifyLogs_eng nagy_almostsod_

    4. **SystemState**: 这个文件可能记录了系统的状态信息,特别是与Connectify软件运行时的系统环境有关的数据。这可能包括操作系统状态、网络接口状态、服务和进程信息等,对于分析网络连接问题时非常有价值。 通过...

    数据库项目组日常运维及应急故障处理手册.docx

    常规处理包括分析慢SQL的执行计划、优化SQL,或者使用hanganalyze和systemstate dump来诊断和解决问题。 6. **部分业务模块慢**: 对于部分业务模块运行慢的情况,需要深入分析运行的SQL语句,查看是否是新的SQL...

    oracle ass.awk工具

    SQL&gt; oradebug dump systemstate 266 Statement processed. SQL&gt; oradebug tracefile_name /oracle/ora10g/admin/jscn/udump/jscn1_ora_7755.trc SQL&gt; exit Disconnected from Oracle Database 10g Enterprise ...

    银行家算法Java

    public boolean isSafe(SystemState state) { // 实现细节... } ``` 5. **资源请求**:当进程申请资源时,需要调用这个方法来决定是否批准请求: ```java public boolean requestResources(Process process, int[] ...

    wifi共享工具

    2. SystemState:这可能是一个系统状态文件,包含了关于计算机网络设置、连接状态或特定于Connectify的配置信息。这类文件可能用于诊断问题或恢复特定的网络设置。 3. ProgramData:这是一个系统文件夹,通常存放...

    嵌入式系统的微模块化程序设计:实用状态图C_C++实现

    typedef enum {STATE_A, STATE_B, ...} SystemState; typedef void (*StateHandler)(void); void stateA_handler(void) {...} void stateB_handler(void) {...} StateHandler state_handlers[] = { stateA_...

    MOUDBUS代码

    - `SYS_STATE systemState;`: 当前系统状态。 - `uchar Rxok=0;`: 接收数据是否成功标志位。 - `uchar Cflag, Crep=0, Cdscon=0;`: 控制标志位和辅助变量。 - `uint Csearch[16];`: 搜索数据数组。 - `uint ...

    用于收集和监视系统的很多状态信息及监控注册表的Demo

    【SystemState】模块是这个Demo的核心部分,它包含了多种功能,用于获取和展示设备的不同状态信息。例如: 1. 日历状态:可以获取当前的日历事件,包括约会、会议等。 2. 邮件状态:能够检查是否有新的邮件到达,...

    Mobile应用程序的用户界面.pptx

    同时,使用Microsoft.WindowsMobile.Status.SystemState类可以方便地处理屏幕状态的变化。 综上所述,设计Windows Mobile应用程序的用户界面是一项涉及多方面考虑的工作,包括屏幕方向的适应性、分辨率的优化、界面...

    地震前兆Oracle数据库UNDO表空间持续增长修复.pdf

    使用systemstate dump工具观察SMON尝试写入数据到该表,怀疑表的索引存在错误。 在锁定问题定位后,尝试通过设置事件12500暂时阻止SMON更新此表,然后分析并尝试重建索引,但由于表被锁定,重建失败。因此,决定...

    关机,启动,锁屏源码

    powerState.SystemState = PowerActionHibernate; SetSuspendState(TRUE, FALSE, FALSE); } ``` 请注意,为了能够调用这些API,你需要在项目设置中链接对应的库,如`advapi32.lib`和`powrprof.lib`。此外,由于...

    一分钟查一个案例带你看看Oracle数据库到底有多牛逼性能难题.docx

    为了应对这种情况,制定应急预案是必要的,包括在问题发生时及时收集systemstate dump和其他诊断数据,以便在事后进行详细的故障分析。 总的来说,Oracle数据库的hangAnalyze功能在识别和解决性能问题方面表现出色...

    到底能拿多少薪水 ORACLE工程师技能评估表

    - 通过oradebug收集systemstate dump/hanganalyze/processstate/errorstack/short_stack的方法。 - 收集10046、10053事件以及gather_plan_statistics信息的方法。 - 常见等待事件的分析和处理。 - 常见错误的...

Global site tag (gtag.js) - Google Analytics
No. Member name Path Description
1
ActiveApplication
HKEY_CURRENT_USER\System\State\Shell\Active Application Gets the name of the application that was previously active and the name of the application that is currently active, separated by the 'Escape' character ('\e').
2 ActiveSyncStatus HKEY_LOCAL_MACHINE\System\State\ActiveSync\Synchronizing Gets ActiveSync's current synchronization state.
3 BluetoothStateA2DPConnected HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth A2DP is connected.
4 BluetoothStateDiscoverable HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth is discoverable.
5 BluetoothStateHandsFreeAudio HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether device us under Bluetooth handsfree audio and control.
6 BluetoothStateHandsFreeControl HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether device is under Bluetooth Hands Free Control.
7 BluetoothStateHardwarePresent HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth hardware is present.
8 BluetoothStatePowerOn HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth is powered on.
9 CalendarAppointment HKEY_CURRENT_USER\System\State\Appointments\Current Gets the current Appointment.
10 CalendarAppointmentBusyStatus HKEY_CURRENT_USER\System\State\Appointments\Current\Busy Status Gets the user's availability (free/busy status) for the time-slot taken by the current Appointment.
11 CalendarAppointmentCategories HKEY_CURRENT_USER\System\State\Appointments\Current\Categories Gets the current Appointment's categories.
12 CalendarAppointmentEndTime HKEY_CURRENT_USER\System\State\Appointments\Current\End Time Gets the current Appointment's ending time.
13 CalendarAppointmentHasConflict HKEY_CURRENT_USER\System\State\Appointments\Current\Conflict Gets a value indicating whether the current Appointment has a scheduling conflict with an existing Appointment.
14 CalendarAppointmentLocation HKEY_CURRENT_USER\System\State\Appointments\Current\Location Gets the current Appointment's location.
15 CalendarAppointmentStartTime HKEY_CURRENT_USER\System\State\Appointments\Current\Start Time Gets the current Appointment's starting time.
16 CalendarAppointmentSubject HKEY_CURRENT_USER\System\State\Appointments\Current\Subject Gets the current Appointment's subject.
17 CalendarEvent HKEY_CURRENT_USER\System\State\Appointments\Event Gets the current "All Day Event" Appointment.
18 CalendarEventBusyStatus HKEY_CURRENT_USER\System\State\Appointments\Event\Busy Status Gets the user's availability (free/busy status) for the current "All Day Event".
19 CalendarEventCategories HKEY_CURRENT_USER\System\State\Appointments\Event\Categories Gets the categories for the current "All Day Event".
20 CalendarEventEndTime HKEY_CURRENT_USER\System\State\Appointments\Event\End Time Gets the ending time of the current "All Day Event" Appointment. This will be the starting day of an Appointment Event that spans multiple days.
21 CalendarEventHasConflict HKEY_CURRENT_USER\System\State\Appointments\Event\Conflict Gets a value indicating whether the user's availability (free/busy) status conflicts with the current "All Day Event".
22 CalendarEventLocation HKEY_CURRENT_USER\System\State\Appointments\Event\Location Gets the location of the current "All Day Event" Appointment.
23 CalendarEventStartTime HKEY_CURRENT_USER\System\State\Appointments\Event\Start Time Gets the starting time of the current "All Day Event" Appointment. This will be the starting day of an Appointment Event that spans multiple days.
24 CalendarEventSubject HKEY_CURRENT_USER\System\State\Appointments\Event\Subject Gets the subject of the current "All Day Event" Appointment.
25 CalendarHomeScreenAppointment HKEY_CURRENT_USER\System\State\Appointments\HomeScreen Gets the Appointment that is currently displayed on the Home Screen.
26 CalendarHomeScreenAppointmentBusyStatus HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Busy Status Gets the user's availability (free/busy status) for the Appointment displayed on the Home Screen.
27 CalendarHomeScreenAppointmentCategories HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Categories Gets the categories of the Appointment that is currently displayed on the Home Screen.
28 CalendarHomeScreenAppointmentEndTime HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\End Time Gets the ending time of the Appointment that is currently displayed on the Home Screen.
29 CalendarHomeScreenAppointmentHasConflict HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Conflict Gets a value indicating whether the Appointment that is currently displayed on the Home Screen has a scheduling conflict.
30 CalendarHomeScreenAppointmentLocation HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Location Gets the location of the Appointment that is currently displayed on the Home Screen.
31 CalendarHomeScreenAppointmentStartTime HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Start Time Gets the starting time of the Appointment that is currently displayed on the Home Screen.
32 CalendarHomeScreenAppointmentSubject HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Subject Gets the subject of the Appointment that is currently displayed on the Home Screen.
33 CalendarNextAppointment HKEY_CURRENT_USER\System\State\Appointments\Next Gets the next Appointment.
34 CalendarNextAppointmentBusyStatus HKEY_CURRENT_USER\System\State\Appointments\Next\Busy Status Gets the user's availability (e.g., Free, Busy, Tenative, Out of Office) status for the next Appointment.
35 CalendarNextAppointmentCategories HKEY_CURRENT_USER\System\State\Appointments\Next\Categories Gets the next Appointment's categories.
36 CalendarNextAppointmentEnd HKEY_CURRENT_USER\System\State\Appointments\Next\End Time Gets the ending time of the next Appointment. Gets the ending time of the next Appointment.
37 CalendarNextAppointmentHasConflict HKEY_CURRENT_USER\System\State\Appointments\Next\Conflict Gets a value indicating whether there is a conflict with the next Appointment.
38 CalendarNextAppointmentLocation HKEY_CURRENT_USER\System\State\Appointments\Next\Location Gets the location of the next Appointment.
39 CalendarNextAppointmentStart HKEY_CURRENT_USER\System\State\Appointments\Next\Start Time Gets the starting time of the next Appointment.
40 CalendarNextAppointmentSubject HKEY_CURRENT_USER\System\State\Appointments\Next\Subject Gets the subject of the next Appointment.
41 CameraEnabled HKEY_LOCAL_MACHINE\System\State\Hardware\CameraEnabled Gets a value indicating whether a camera is enabled.
42 CameraPresent HKEY_LOCAL_MACHINE\System\State\Hardware\Camera Gets a value indicating whether a camera is attached and enabled.
43 CarKitPresent HKEY_LOCAL_MACHINE\System\State\Hardware\Car Kit Gets a value indicating whether a car kit is present.
44 CellularSystemAvailable1xrtt HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available 1xRTT network status.
45 CellularSystemAvailableEdge HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available EDGE network status.
46 CellularSystemAvailableEvdo HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available EVDO network status.
47 CellularSystemAvailableEvdv HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available EVDV network status.
48 CellularSystemAvailableGprs HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available GPRS network status.
49 CellularSystemAvailableHsdpa HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available HSDPA network status.
50 CellularSystemAvailableUmts HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available UMTS network status.
51 CellularSystemConnected1xrtt HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected 1xRTT network status.
52 CellularSystemConnectedCsd HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected CSD network status.
53 CellularSystemConnectedEdge HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected EDGE network status.
54 CellularSystemConnectedEvdo HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected EVDO network status.
55 CellularSystemConnectedEvdv HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected EVDV network status.
56 CellularSystemConnectedGprs HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected GPRS network status.
57 CellularSystemConnectedHsdpa HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected HSDPA network status.
58 CellularSystemConnectedUmts HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected UMTS network status.
59 ClamshellClosed HKEY_LOCAL_MACHINE\System\State\Hardware\ClamshellClosed Gets a value indicating whether Clamshell is closed or not.
60 ConnectionsBluetoothCount HKEY_LOCAL_MACHINE\System\State\Connections\Bluetooth\Count Gets a value indicating the number of Bluetooth connections that are currently connected.
61 ConnectionsBluetoothDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Bluetooth\Descriptions Gets a semicolon delimited string containing the description of each of the Bluetooth connections.
62 ConnectionsCellularCount HKEY_LOCAL_MACHINE\System\State\Connections\Cellular\Count Gets a value indicating the number of cellular connections that are currently connected.
63 ConnectionsCellularDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Cellular\Descriptions Gets a semicolon delimited string containing the description of each cellular connection.
64 ConnectionsCount HKEY_LOCAL_MACHINE\System\State\Connections\Count Gets a value indicating the number of connections that are currently connected.
65 ConnectionsDesktopCount HKEY_LOCAL_MACHINE\System\State\Connections\Desktop\Count Gets a value indicating the number of desktop connections that are currently connected.
66 ConnectionsDesktopDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Desktop\Descriptions Gets a semicolon delimited string containing the description of each desktop connection.
67 ConnectionsModemCount HKEY_LOCAL_MACHINE\System\State\Connections\Modem\Count Gets a value indicating the number of modem connections that are currently connected.
68 ConnectionsModemDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Modem\Descriptions Gets a semicolon delimited string containing the description of each modem connection.
69 ConnectionsNetworkAdapters HKEY_LOCAL_MACHINE\System\State\Connections\Network\Adapters Gets a semicolon delimited string containing the adapter name of each network connection.
70 ConnectionsNetworkCount HKEY_LOCAL_MACHINE\System\State\Connections\Network\Count Gets a value indicating the number of network connections that are currently connected.
71 ConnectionsNetworkDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Network\Descriptions Gets a semicolon delimited string containing the description of each network connection.
72 ConnectionsProxyCount HKEY_LOCAL_MACHINE\System\State\Connections\Proxy\Count Gets a value indicating the number of network connections that are currently connected.
73 ConnectionsProxyDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Proxy\Descriptions Gets a semicolon delimited string containing the description of each proxy connection.
74 ConnectionsUnknownCount HKEY_LOCAL_MACHINE\System\State\Connections\Unknown\Count Gets a value indicating the number of connections of unknown type that are currently connected.
75 ConnectionsUnknownDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Unknown\Descriptions Gets a semicolon delimited string containing the description of each connections of unknown type.
76 ConnectionsVpnCount HKEY_LOCAL_MACHINE\System\State\Connections\Vpn\Count Gets a value indicating the number of virtual private network connections that are currently connected.
77 ConnectionsVpnDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Vpn\Descriptions Gets a semicolon delimited string containing the description of each virtual private network connection.
78 CradlePresent HKEY_LOCAL_MACHINE\System\State\Hardware\Cradled Gets a value indicating whether the device is connected to a cradle.
79 Date HKEY_LOCAL_MACHINE\System\State\DateTime\Date Gets the current date. This Date/Time value changes once per day. Monitor this property to perform actions on a daily basis. Note: Do not use Date to get an accurate clock time; instead, use Time.
80 DisplayRotation HKEY_LOCAL_MACHINE\System\GDI\Rotation\Angle Gets the orientation of the display, specified as the number of degrees, ranging from 0 to 360. Portrait = 0. Landscape = 90 or -90.
81 HeadsetPresent HKEY_LOCAL_MACHINE\System\State\Hardware\Headset Gets a value indicating whether a headset is present
82 KeyboardPresent HKEY_CURRENT_USER\Software\Microsoft\Shell\HasKeyboard Gets a value indicating whether a keyboard is attached and enabled.
83 LockStates HKEY_LOCAL_MACHINE\System\State\Lock Gets the mobile device's lock state.
84 MediaPlayerAlbumArtist HKEY_CURRENT_USER\System\State\MediaPlayer\WM/AlbumArtist Gets the album artist's name of the currently playing track in Windows Media Player.
85 MediaPlayerAlbumTitle HKEY_CURRENT_USER\System\State\MediaPlayer\Wm/AlbumTitle Gets the album title of the currently playing track in Windows Media Player.
86 MediaPlayerTrackArtist HKEY_CURRENT_USER\System\State\MediaPlayer\WM/OriginalArtist Gets the artist's name of the currently playing track in Windows Media Player.
87 MediaPlayerTrackBitrate HKEY_CURRENT_USER\System\State\MediaPlayer\Bitrate