pub type EOS_Sessions_DestroySessionOptions = _tagEOS_Sessions_DestroySessionOptions;Expand description
Input parameters for the EOS_Sessions_DestroySession function.
Aliased Type§
#[repr(C)]pub struct EOS_Sessions_DestroySessionOptions {
pub ApiVersion: i32,
pub SessionName: *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_DESTROYSESSION_API_LATEST.
SessionName: *const u8Name of the session to destroy