pub unsafe extern "C" fn svcCreateEvent(
event: *mut Handle,
reset_type: ResetType,
) -> ResultExpand description
Creates an event handle.
ยงArguments
event(direction out) - Pointer to output the created event handle to.reset_type- Type of reset the event uses (RESET_ONESHOT/RESET_STICKY).