This ioctl is used to read the mapping for a specified Network User Identifier (NUI).
The following structure is associated with this ioctl:
struct nui_get {
char prim_class; /* Always NUI_MSG */
char op; /* Always NUI_GET */
struct nuiformat nuid; /* NUI to get */
struct facformat nuifacility; /* NUI facilities */
The members of the nui_get structure are:
Table 7-28 nui_get fields|
Member |
Description |
|---|---|
|
prim_class |
The value of this member is always NUI_MSG. |
|
op |
The value of this member is always NUI_DEL. |
|
nuid |
The Network User Identifier of the entry you want to read. |
|
nuifacility |
The NUI facilities associated with the entry you want to read. |