I was studying Task Manager in detail, there I found column called USER Objects. Now when I tried to search for it's exact meaning, I got following description,
Task Manager Columns Description
The number of USER objects currently being used by the process. A USER object is an object from Window Manager, which includes windows, menus, cursors, icons, hooks, accelerators, monitors, keyboard layouts, and other internal objects.
Does this mean, USER object is like weak pointer to objects like Cursor, Icons, Monitor etc, which will be shared by all the running applications?