This hook plays back recorded messages.
#define INCL_WINHOOKS /* Or use INCL_WIN, INCL_PM, */ #include <os2.h> HAB hab; /* Anchor-block handle. */ BOOL fSkip; /* Indicator as to whether the next message should be played back. */ PQMSG pQmsg; /* Data structure where the message to be played back is returned. */ ULONG ulTime; /* Waiting time. */ ulTime = JournalPlaybackHook(hab, fSkip, pQmsg);