Function windows_sys::Win32::System::EventLog::ReportEventW
pub unsafe extern "system" fn ReportEventW(
heventlog: EventSourceHandle,
wtype: REPORT_EVENT_TYPE,
wcategory: u16,
dweventid: u32,
lpusersid: PSID,
wnumstrings: u16,
dwdatasize: u32,
lpstrings: *const PCWSTR,
lprawdata: *const c_void
) -> BOOLExpand description
Required features: "Win32_System_EventLog", "Win32_Foundation"