Function windows_sys::Win32::System::EventLog::ReportEventA
[−]pub unsafe extern "system" fn ReportEventA(
heventlog: EventSourceHandle,
wtype: REPORT_EVENT_TYPE,
wcategory: u16,
dweventid: u32,
lpusersid: PSID,
wnumstrings: u16,
dwdatasize: u32,
lpstrings: *const PSTR,
lprawdata: *const c_void
) -> BOOL
Expand description
Required features: "Win32_System_EventLog"
, "Win32_Foundation"