As I understand from windows internals, handles of executive objects are not managed by the same entity as handles you get from functions like CreateWindow()
or LoadCursor()
and such.
What dll/sys is responsible for these ones returned by functions from user32.dll
? Is there some program like WinObj for this kind of handles?
I would be happy even for some keywords to google, havent had any luck on keywords tagged on this question.