Jump to content

WinPostQueueMsg: 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.

8 April 2025

  • curprev 21:4521:45, 8 April 2025 Martini talk contribs 2,889 bytes +2,889 Created page with "This function ''posts a message to a message queue''. ==Syntax== WinPostQueueMsg(hmq, msg, mp1, mp2) ==Parameters== ;hmq (HMQ) - Input: Message-queue handle. ;msg (ULONG) - Input: Message identifier. ;mp1 (MPARAM) - Input: Parameter 1. ;mp2 (MPARAM) - Input: Parameter 2. ;rc (BOOL) - Returns: Success indicator. TRUE for success, FALSE for error or queue full. ==Returns== ;rc (BOOL) - returns :Success indicator. :;TRUE ::Successful completion :;FAL..."