pub type EOS_Sessions_JoinSessionAcceptedCallbackInfo = _tagEOS_Sessions_JoinSessionAcceptedCallbackInfo;Expand description
Output parameters for the EOS_Sessions_OnJoinSessionAcceptedCallback function.
Aliased Type§
#[repr(C)]pub struct EOS_Sessions_JoinSessionAcceptedCallbackInfo {
pub ClientData: *mut c_void,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub UiEventId: u64,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_Sessions_AddNotifyJoinSessionAccepted
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID for the user who initialized the game
UiEventId: u64The UI Event associated with this Join Game event. This should be used with EOS_Sessions_CopySessionHandleByUiEventId to get a handle to be used when calling EOS_Sessions_JoinSession.