Easy IPC on Windows Mobile?

后端 未结 5 1364
小鲜肉
小鲜肉 2020-12-19 13:00

In a C++ project (i.e. no .NET) on Windows Mobile, I am looking for a way to easily communicate between two independently running applications. Application A would run a ser

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 13:46

    Since you only need the application (B) to communicate with the service (A), why don't you just use CreateFile and DeviceIoControl with a defined set of IOCTLs?

提交回复
热议问题