[−][src]Function sunrise_kernel::syscalls::close_handle
pub fn close_handle(handle: u32) -> Result<(), UserspaceError>
Closed the passed handle.
Does not accept 0xFFFF8001 or 0xFFFF8000 as handles.
pub fn close_handle(handle: u32) -> Result<(), UserspaceError>
Closed the passed handle.
Does not accept 0xFFFF8001 or 0xFFFF8000 as handles.