pub type LEAP_CONNECTION_CONFIG = _LEAP_CONNECTION_CONFIG;Expand description
\ingroup Structs Specifies the configuration for a connection. @since 3.0.0
Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_CONNECTION_CONFIG {
pub size: u32,
pub flags: u32,
pub server_namespace: *const i8,
}Fields§
§size: u32Set to the final size of the structure. @since 3.0.0
flags: u32A combination of eLeapConnectionConfig flags. Set to 0 to indicate no special flags. @since 3.0.0
server_namespace: *const i8Specifies the server namespace to be used. Leave NULL to use the default namespace.
It is possible to launch the service with a different IPC connection namespace (using internal service functions). Clients wishing to connect to a different server namespace may specify that namespace here.
The default connection namespace is “Leap Service”.