Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. windows version of message queue?

windows version of message queue?

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiocomdata-structuresquestionannouncement
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    neodeaths
    wrote on last edited by
    #1

    hi, i am trying to use message queue in window. so i tried to look around for window IPC. http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx[^] does anyone know which is window's message queue ipc? or which is the most similar?

    L A 2 Replies Last reply
    0
    • N neodeaths

      hi, i am trying to use message queue in window. so i tried to look around for window IPC. http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx[^] does anyone know which is window's message queue ipc? or which is the most similar?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      See http://msdn.microsoft.com/en-us/library/windows/desktop/ms632590(v=vs.85).aspx[^].

      1 Reply Last reply
      0
      • N neodeaths

        hi, i am trying to use message queue in window. so i tried to look around for window IPC. http://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx[^] does anyone know which is window's message queue ipc? or which is the most similar?

        A Offline
        A Offline
        Albert Holguin
        wrote on last edited by
        #3

        This is a good question because I'm not sure any of those really describes Windows messaging well. Sort of interesting given that it's the primary means of communication in the Windows desktop environment. I guess the rational behind this is that you can't really pass along data across messages, you can pass commands/messages and references. I used to use messages a lot within an application to communicate but it's a bit different when dealing internal to an application because you can pass data by reference easily. Externally, you can only do that if the data is in a place that is accessible to both applications or meets certain restrictions (as described here[^]).

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups