Hacker News new | ask | show | jobs
by foul 697 days ago
This kind of IPC lurks in every major OS, drag to an app window is supported by Xorg Mac and Windows.
1 comments

I suppose this is IPC in the loosest possible sense? It's more like GetOpenFileName() and GetSaveFileName() in Win32 but getting handed a HANDLE outright instead of an LPCSTR to pass to CreateFile() later.