LEAP_LOG_EVENTS

Type Alias LEAP_LOG_EVENTS 

Source
pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;

Aliased Type§

#[repr(C, packed(1))]
pub struct LEAP_LOG_EVENTS { pub nEvents: u32, pub events: *mut _LEAP_LOG_EVENT, }

Fields§

§nEvents: u32

The number of log events being pointed to by the events field. @since 4.0.0

§events: *mut _LEAP_LOG_EVENT

An array of nEvent LEAP_LOG_EVENT structures. @since 4.0.0