Function windows_sys::Win32::System::Threading::CreateEventExA
pub unsafe extern "system" fn CreateEventExA(
lpeventattributes: *const SECURITY_ATTRIBUTES,
lpname: PCSTR,
dwflags: CREATE_EVENT,
dwdesiredaccess: u32
) -> HANDLE
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"