retrieve the global hook chain in windows
问题 I need to get the list of functions in global hook chain in Windows and get their corresponding application if it's possible. I don't know how to retrieve information from the global hook chain however. As far as I know there is no windows API for doing this so I think I have to find them by parsing the hook chain link list . The problem is that I don't know the data structure of this link list and it's begin address. Does anyone know how windows manages its global hook chain? 回答1: One