| Home | All functions | Categories |
vuShutdown(LONG), Signed
Logs off, reboots, or powers down the PC depending on the action specified.
| Parameter | Data Type | Description |
|---|---|---|
| Action | LONG | Shutdown action: 1 = Log Off 2 = Reboot 3 = Power Down |
A LONG value:
! Reboot the PC
vuShutDown(2)
! Application should terminate immediately after this call
RETURN
| Home | All functions | Categories |