Searched defs:RTLOCALIPCSERVER (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dlocalipc.h46 typedef struct RTLOCALIPCSERVERINT *RTLOCALIPCSERVER; typedef in typeref:struct:RTLOCALIPCSERVERINT
48 typedef RTLOCALIPCSERVER *PRTLOCALIPCSERVER;
50 #define NIL_RTLOCALIPCSERVER ((RTLOCALIPCSERVER)0)
90 RTDECL(int) RTLocalIpcServerDestroy(RTLOCALIPCSERVER hServer);
103 RTDECL(int) RTLocalIpcServerListen(RTLOCALIPCSERVER hServer, PRTLOCALIPCSESSION phClientSession);
111 RTDECL(int) RTLocalIpcServerCancel(RTLOCALIPCSERVER hServer);

Completed in 30 milliseconds