Struct SChannelEndpoint#
Defined in File ipc.h
Struct Documentation#
-
struct SChannelEndpoint#
structure of IPC Connection to which a client can attach.
Public Members
-
IInterfaceAccess *pConnection#
Connection object.
-
sdv::u8string ssConnectString#
Parameter string used by other participant to establish a connection. The parameter string is a TOMl description containing the identification of the provider among with provider specific connection details. The provider identification must be similar to the following example:
[Provider] Name = "DefaultSharedMemoryChannelControl"
-
IInterfaceAccess pConnection
Connection object.
-
u8string ssConnectString
Parameter string used by other participant to establish a connection. The parameter string is a TOMl description containing the identification of the provider among with provider specific connection details. The provider identification must be similar to the following example:
< [Provider] < Name = "DefaultSharedMemoryChannelControl" <
-
IInterfaceAccess *pConnection#