Function windows_sys::Win32::System::Threading::CreateEventW
[−]pub unsafe extern "system" fn CreateEventW(
lpeventattributes: *const SECURITY_ATTRIBUTES,
bmanualreset: BOOL,
binitialstate: BOOL,
lpname: PCWSTR
) -> HANDLE
Expand description
Required features: "Win32_System_Threading"
, "Win32_Foundation"
, "Win32_Security"