Skip to content

Instantly share code, notes, and snippets.

@olliencc
Created April 12, 2022 13:43
Show Gist options
  • Select an option

  • Save olliencc/4e16b3187d10c0a4c82b6c6e6c035dd1 to your computer and use it in GitHub Desktop.

Select an option

Save olliencc/4e16b3187d10c0a4c82b6c6e6c035dd1 to your computer and use it in GitHub Desktop.
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