AUTHDLG_ENABLECACHE |
Display and enable the check box which allows the user to choose whether or not to save the password in the password cache. |
AUTHDLG_CHECKCACHE |
If set, causes the password caching checkbox to be checked by default. On exit, this bit reflects the state of the checkbox as left by the user. This bit is ignored if AUTHDLG_ENABLECACHE is not set. |
AUTHDLG_CACHEINVALID |
If set, a specific dialog box is produced if the cached password was invalid. |
AUTHDLG_USE_DEFAULT_NAME |
If set, display and enable a check box which the user can check to use a default or "guest" logon. |
AUTHDLG_CHECKDEFAULT_NAME |
On entry, specifies the initial state of the "guest logon" check box. On exit, specified the final state of the check box. |
AUTHDLG_LOGON |
If set, causes the dialog box to appear as a logon dialog box instead of a password prompt dialog box. The chief difference is that a network icon is displayed in the logon dialog box. An NP should specify this flag when displaying a logon dialog box for its NPLogon entrypoint. |