Displays the Logon dialog box.
The information that the user enters in the Logon dialog box is authenticated when an application is opened.
To set logon information without displaying the Logon dialog box, use HsxClient.SetLogonInfo. |
<HsxClientUI>.Logon(vbProvideOptionToUseWindowsLoggedOnUser)
Boolean (ByVal). The value passed is ignored by the system; however, you must pass either TRUE or FALSE. |
Boolean. Returns TRUE if the user clicks the Logon dialog box’s Logon button, FALSE if the user clicks the Cancel button.
The return value does not indicate whether the user’s logon information is valid, it only indicates whether the Logon or Cancel button has been clicked. |
Logon is used in the Example for OpenApplication.