Struct windows_sys::Win32::NetworkManagement::NetManagement::ERROR_LOG
#[repr(C)]pub struct ERROR_LOG {
pub el_len: u32,
pub el_reserved: u32,
pub el_time: u32,
pub el_error: u32,
pub el_name: PWSTR,
pub el_text: PWSTR,
pub el_data: *mut u8,
pub el_data_size: u32,
pub el_nstrings: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields§
§el_len: u32
§el_reserved: u32
§el_time: u32
§el_error: u32
§el_name: PWSTR
§el_text: PWSTR
§el_data: *mut u8
§el_data_size: u32
§el_nstrings: u32