docs

Home All functions Categories

vuShutDown(Action)

vuShutdown(LONG), Signed

Description

Logs off, reboots, or powers down the PC depending on the action specified.

Parameters

Parameter Data Type Description
Action LONG Shutdown action:
1 = Log Off
2 = Reboot
3 = Power Down

Returns

A LONG value:

Example

! Reboot the PC
vuShutDown(2)

! Application should terminate immediately after this call
RETURN

Notes

Home All functions Categories