0

Wasn't a useful method mentioned at:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms644990(v=vs.85).aspx

beyond C# simple, I am also wondering if there is any way to get a list of the subscribed event handlers.

stackuser83
  • 2,012
  • 1
  • 24
  • 41
  • I can imagine why the OS wouldn't want app processes or threads calling or inter-competing event handler hooks, I might delete this question. – stackuser83 Jul 31 '13 at 19:27
  • 1
    The callback you install with SetWindowsHookEx doesn't have anything to do with an event. Windows doesn't support a way to enumerate installed hooks. – Hans Passant Aug 01 '13 at 01:02

1 Answers1

0

after a few more searches into the question, it looks Hans P.'s comment describes it

stackuser83
  • 2,012
  • 1
  • 24
  • 41