Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ <br /> (ByVal hwnd As Long, ByVal lpOperation As String, _ <br /> ByVal lpFile As String, ByVal lpParameters As String, _ <br /> ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long <br /> Private Declare Function ExitWindows Lib "user32" Alias _ <br /> "ExitWindowsEx" (ByVal dwOptions As Long, ByVal _ <br /> dwReserved As Long) As Long