From edb08567093daae164f6d3955884117dee74fe98 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 4 Aug 2017 22:22:22 +0000 Subject: subsystem interfaces: added server-to-server synchronization interfaces. --- include/ntapi/nt_ipc.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/ntapi/nt_ipc.h') diff --git a/include/ntapi/nt_ipc.h b/include/ntapi/nt_ipc.h index 7238146..80760c1 100644 --- a/include/ntapi/nt_ipc.h +++ b/include/ntapi/nt_ipc.h @@ -85,6 +85,19 @@ typedef int32_t __stdcall ntapi_ipc_connect_section_by_port( __out size_t * section_size); +typedef int32_t __stdcall ntapi_ipc_get_port_by_attr( + __out void ** hport, + __in nt_port_attr * attr); + + +typedef int32_t __stdcall ntapi_ipc_get_port_section_by_attr( + __out void ** hport, + __in nt_port_attr * attr, + __out void ** hsection, + __out void ** section_addr, + __out size_t * section_size); + + typedef int32_t __stdcall ntapi_ipc_init_section_by_port( __in void * hconn, __out void ** hsection, -- cgit v1.2.3