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