Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 409 Bytes

object_bind_exception_port.md

File metadata and controls

24 lines (14 loc) · 409 Bytes

mx_object_bind_exception_port

NAME

object_bind_exception_port - Bind to the exception port corresponding to a given process or thread.

SYNOPSIS

#include <magenta/syscalls.h>

mx_status_t mx_object_bind_exception_port(mx_handle_t object, mx_handle_t eport,
                                          uint64_t key, uint32_t options);

DESCRIPTION

RETURN VALUE

ERRORS

SEE ALSO