Jinoh Kang (@iamahuman) commented about dlls/win32u/winstation.c:
+struct object_info +{
- UINT64 id;
- UINT index;
+};
+struct session_thread_data +{
- struct object_info shared_desktop; /* thread desktop shared session object info */
+};
+struct shared_session +{
- LONG ref;
- UINT64 id;
This field seems never read.