# Inter-process miscommunication

DevFeed: [Inter-process miscommunication](<https://devfeed.tech/articles/inter-process-miscommunication-32849.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/inter-process-miscommunication/>)

Published: 2014-10-03T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Shell](<https://devfeed.tech/topics/shell.md>), [Parser](<https://devfeed.tech/topics/parser.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [syntax](<https://devfeed.tech/topics/syntax.md>), [test](<https://devfeed.tech/topics/test.md>), [Code](<https://devfeed.tech/topics/code.md>), [function](<https://devfeed.tech/topics/function.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [free](<https://devfeed.tech/tags/free.md>), [function](<https://devfeed.tech/tags/function.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [opensource](<https://devfeed.tech/tags/opensource.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [shell](<https://devfeed.tech/tags/shell.md>), [syntax](<https://devfeed.tech/tags/syntax.md>), [test](<https://devfeed.tech/tags/test.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

A ReactOS development update describes implementing and testing a parser for shell DDE commands, then moving the related functions into shell32. The supplied excerpt ends mid-sentence, so further results are not available.

## Source excerpt

Hello again! This week has been strange. It has mostly been a series of disappointments, but it ended in some really good news. I started this week by implementing the parser for the shell DDE commands. The syntax is simple, so the parser itself didn't take long to finish. I tested it and debugged it in Windows at first, and when I was satisfied that the code was working the way I wanted it, I moved the functions into their rightful place inside shell32, and proceeded to test the function in ReactOS.