Jump to content

SendMsgHook: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 April 2025

  • curprev 19:4119:41, 13 April 2025 Martini talk contribs 1,205 bytes +1,205 Created page with "This hook filters messages sent by the WinSendMsg function. ==Syntax== SendMsgHook(hab, psmh, fInterTask); ==Parameters== ;''hab'' (HAB) - input: Anchor-block handle. ;''psmh'' (PSMHSTRUCT) - input: Pointer to a send message hook structure. :This a structure contains the parameters to the WinSendMsg function. ;''fInterTask'' (BOOL) - input: Intertask indicator. :TRUE: The message is sent between tasks (intertask). :FALSE: The message is sent within a task (int..."