Skip to main content

SYS_HANDLE_INFO

Constant SYS_HANDLE_INFO 

Source
pub const SYS_HANDLE_INFO: usize = 6; // 6usize
Expand description

Query information about a capability handle.

  • handle: capability to query
  • out_ptr: pointer to a HandleInfo struct that receives the result

Returns 0 on success, -EBADF if the handle is invalid.