| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| newPassword | String | ByRef | The Password entered. | |
| title | String | Optional | The text to display in the window title. | |
| passwordCaption | String | Optional | The Caption to display in front of the Password field. | |
| icon | Icon | Optional | A 32x32 Icon to display. If omitted, a value of Nothing is assumed. | |
| userId | String | Optional | The User Id that should not appear in the password if the password is Auto-Generated. | |
| includeEasilyConfusedLetters | Boolean | Optional | If omitted, a value of False is assumed. | |
| obsolete_includeSymbols | Boolean | Optional | If omitted, a value of False is assumed. | |
| minimumPasswordLength | Integer | Optional | If omitted, a value of 0 is assumed. |
A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.