hmq (HMQ) - input

      Handle of message queue for current thread.

    fCancelAlways (BOOL) - input

      Cancellation control.

      TRUE

        No WM_QUIT message should be placed on this queue during system shutdown.
      FALSE
        The applications ignore any outstanding WM_QUIT messages already sent to it, but a message should be sent during other system shutdowns.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]