Skip to main content

EOS_Sessions_DestroySessionOptions

Type Alias EOS_Sessions_DestroySessionOptions 

Source
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 i8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_SESSIONS_DESTROYSESSION_API_LATEST.

§SessionName: *const i8

Name of the session to destroy