pub type EOS_SessionModification_SetHostAddressOptions = _tagEOS_SessionModification_SetHostAddressOptions;Expand description
Input parameters for the EOS_SessionModification_SetHostAddress function.
Aliased Type§
#[repr(C)]pub struct EOS_SessionModification_SetHostAddressOptions {
pub ApiVersion: i32,
pub HostAddress: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONMODIFICATION_SETHOSTADDRESS_API_LATEST.
HostAddress: *const i8A string representing the host address for the session, its meaning is up to the application