pub type EOS_UI_AcknowledgeEventIdOptions = _tagEOS_UI_AcknowledgeEventIdOptions;Expand description
Input parameters for the EOS_UI_AcknowledgeEventId.
Aliased Type§
#[repr(C)]pub struct EOS_UI_AcknowledgeEventIdOptions {
pub ApiVersion: i32,
pub UiEventId: u64,
pub Result: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_UI_ACKNOWLEDGEEVENTID_API_LATEST.
UiEventId: u64The ID being acknowledged.
Result: i32The result to use for the acknowledgment. When acknowledging EOS_Presence_JoinGameAcceptedCallbackInfo this should be the result code from the JoinSession call.