Dev/Windows

[VC++] InterProcess Communication, IPC

공대나왔음 2017. 7. 18. 09:43

IPC on Win32 environment

  • User-defined message
  • Clipboard
  • Dynamic Data Exchange, DDE
  • Mailslot
  • Pipe (Anonymous pipe & Named pipe)
  • Memory-mapped file, MMF (Shared memory)
  • Winsock
  • Remote Procedure Call, RPC
  • Component Object Model, COM


References

  • https://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx
  • http://hot2364928.tistory.com/35
  • http://hot2364928.tistory.com/36