开发者

Winsock structure to store path for IPC

开发者 https://www.devze.com 2023-01-11 17:37 出处:网络
In unix the sockaddr_un structure exists to hold a path. Is there some windows equivalent. I\'ve been 开发者_JAVA百科looking all over the place and haven\'t found anything.If you want to use UNIX doma

In unix the sockaddr_un structure exists to hold a path. Is there some windows equivalent. I've been 开发者_JAVA百科looking all over the place and haven't found anything.


If you want to use UNIX domain sockets on Windows, Windows Services for Unix might help.

If you're looking for a similar IPC mechanism native to Windows, you probably want named pipes.

0

精彩评论

暂无评论...
验证码 换一张
取 消