windows::Win32::System::Threading

Function CreateEventExW

pub unsafe fn CreateEventExW<P1>(
    lpeventattributes: Option<*const SECURITY_ATTRIBUTES>,
    lpname: P1,
    dwflags: CREATE_EVENT,
    dwdesiredaccess: u32,
) -> Result<HANDLE>
where P1: Param<PCWSTR>,