ntfn_create

Number0x21
Signature() -> handle or -err
Grouphandles
Since1.0

Create a new notification object: a lightweight, non-blocking signal carrier used for IRQ delivery and simple wakeups.

The object starts with no bits set and a reference count of one. The returned handle is grantable, so a server can hand it to a client that needs to be woken.

Returns

A notification handle.

Errors

CodeCondition
ERR_NOMEMNo free handle slot, or the object could not be allocated

See also