hab (HAB) - input

      Anchor-block handle.

    hmqSender (HMQ) - input

      Message-queue handle of the sender.

      NULL

        Reply to the first message sent from any window on any queue to any window specified by hmqReceiver. This value is not valid if hmqReceiver also has the value NULL.
      OTHER
        Reply to the first message sent from any window on this queue to any window specified by hmqReceiver.

      hmqReceiver (HMQ) - input

        Message-queue handle of the receiver.

        NULL

          Reply to the first message sent to any window on any queue from any window specified by hmqSender. This value is not valid if hmqSender also has the value NULL.
        OTHER
          Reply to the first message sent to any window on this queue from any window specified by hmqReceiver.

        Reply (MRESULT) - input

          Reply passed to the sending window as the return parameter of WinSendMsg.

        Success (BOOL) - returns

          Success indicator.

          TRUE

            Successful completion.
          FALSE
            Error occurred.


          [Back: WinReplyMsg Return Value - Success]
          [Next: WinReplyMsg - Remarks]