Jump to content

WinDestroyMsgQueue: 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 16:3516:35, 8 April 2025 Martini talk contribs 1,989 bytes +1,989 Created page with "This function destroys the message queue. ==Syntax== WinDestroyMsgQueue(hmq) ==Parameters== ;hmq (HMQ) - input :Message-queue handle. ==Returns== ;rc (BOOL) - returns: **Queue-destroyed indicator**. :;TRUE: **Queue destroyed** :;FALSE: **Queue not destroyed** ==Errors== Possible returns from WinGetLastError: ;PMERR_INVALID_HMQ (0x1002): An **invalid message-queue handle** was specified. ==Remarks== This function **must be called before terminating a thread or..."