Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!sdd.hp.com!news.cs.indiana.edu!maytag!csg.uwaterloo.ca!ieru From: ieru@csg.uwaterloo.ca (Roberto Ierusalimschy) Newsgroups: comp.windows.ms.programmer Subject: SetWindowsHook - JournalRecord Summary: Does the SetWindowsHook function (hook WH_JOURNALRECORD) work? Message-ID: <1991Jun3.202841.27533@maytag.waterloo.edu> Date: 3 Jun 91 20:28:41 GMT Sender: news@maytag.waterloo.edu (News Owner) Organization: University of Waterloo Lines: 6 Originator: ieru@csg.uwaterloo.ca I wrote a windows program to record user inputs, using the hook for JournalRecord. But my hook function does not receive the correct data. The program is OK, as it works properly with other hook options (e.g. GETMESSAGE, SYSMSGFILTER). Has someone had the same problem before, or used this function without problems?