This ioctl is used to delete all existing mappings for Network User Identifiers (NUIs).
This ioctl can disrupt other users significantly. For this reason it can only be used by root.
The following structure is associated with this ioctl:
struct nui_reset { char prim_class; /* Always NUI_MSG */ char op; /* Always NUI_RESET */ };
The members of the nui_reset structure are:
Table 7-33 nui_reset fields
Member |
Description |
---|---|
prim_class |
The value of this member is always NUI_MSG. |
op |
The value of this member is always NUI_DEL. |