Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Puts up a text input dialog with OK and Cancel buttons. Note: prompt uses separate args for the "in" and "out" values of the input field, whereas the other functions use a single inout arg.
true for OK, false for Cancel
The text to display in the dialog.
The "realm" the password belongs to: e.g. ldap://localhost/dc=test
One of the SAVE_PASSWORD_* options above.
The default text to display in the text input box.
The value entered by the user if OK was selected.
Puts up a password dialog with OK and Cancel buttons.
true for OK, false for Cancel
The text to display in the dialog.
The "realm" the password belongs to: e.g. ldap://localhost/dc=test. If a username is specified (http://user@site.com) it will be used when matching existing logins or saving new ones. If no username is specified, only password-only logins will be matched or saved. Note: if a username is specified, the username should be escaped.
One of the SAVE_PASSWORD_* options above.
The password entered by the user if OK was selected.
Puts up a username/password dialog with OK and Cancel buttons. Puts up a password dialog with OK and Cancel buttons.
true for OK, false for Cancel
The text to display in the dialog.
The "realm" the password belongs to: e.g. ldap://localhost/dc=test
One of the SAVE_PASSWORD_* options above.
The username entered in the dialog.
The password entered by the user if OK was selected.
Generated using TypeDoc
Increases the reference count for this interface. The associated instance will not be deleted unless the reference count is returned to zero.
Returns
The resulting reference count.