# u0010 user exit

The u0010 user exit creates a phantom
process.

**Synonyms:** u10

## Syntax

```
result = oconv(logon.data, "u10")
```

## Parameter(s)

| logon.data | Dynamic array, that consists of: user.ID] user.password^ md-ID] md.password^ command^ options^ parent.pib#^ child.pib# |
| --- | --- |
| ] | Denotes a value mark (char(253)). |
| ^ | Denotes an attribute mark (char(254)). |
| options | |
| s | Do not create hold file. |
| m | Return any messages to parent.pib. |

## See also

- [Background/Phantom process overview](https://d3codex.com/backgroundphantomprocess/background-phantom-process-overview/)

---
Source: https://d3codex.com/pickbasic-flashbasic/u0010-user-exit/ - part of the D3Codex reference.
