-
-
Save olliencc/4e16b3187d10c0a4c82b6c6e6c035dd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct _CIT_SYSTEM_DATA_STATS | |
| { | |
| WORD Unknown_BootIdRelated0; | |
| WORD Unknown_BootIdRelated1; | |
| WORD Unknown_BootIdRelated2; | |
| WORD Unknown_BootIdRelated3; | |
| WORD Unknown_BootIdRelated4; | |
| WORD SessionConnects; | |
| WORD ProcessForegroundChanges; | |
| WORD ContextFlushes; | |
| WORD MissingProgData; | |
| WORD DesktopSwitches; | |
| WORD WinlogonMessage; | |
| WORD WinlogonLockHotkey; | |
| WORD WinlogonLock; | |
| WORD SessionDisconnects; | |
| }; | |
| struct _CIT_USE_DATA_STATS | |
| { | |
| WORD Crashes; | |
| WORD ThreadGhostingChanges; | |
| WORD Input; | |
| WORD InputKeyboard; | |
| WORD Unknown; | |
| WORD InputTouch; | |
| WORD InputHid; | |
| WORD InputMouse; | |
| WORD MouseLeftButton; | |
| WORD MouseRightButton; | |
| WORD MouseMiddleButton; | |
| WORD MouseWheel; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment