WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIExternalProtocolHandler
| IID: | 0e61f3b2-34d7-4c79-bfdc-4860bc7341b7 |
| Inherits From: | nsIProtocolHandler |
This interface is implemented by the following components:
Methods
PRBool externalAppExistsForScheme ( ACString scheme )
PRBool externalAppExistsForScheme ( ACString scheme )
This method checks if the external handler exists for a given scheme.
- Arguments:
- scheme: external scheme.
- Returns:
- TRUE if the external handler exists for the input scheme, FALSE otherwise.
Reference documentation is generated from Mozilla's source.
