| Name | GetAlias |
|---|---|
| Type | Method |
| Summary | Gets details about an alias |
| Prototype | long
GetAlias(BSTR AliasName, VARIANT* MatchText, VARIANT* ResponseText, VARIANT*
Parameter, VARIANT* Flags, VARIANT* ScriptName); |
| Description | Gets details about the specified alias name. See AddAlias for a description of the meanings of the fields. This function does not appear to work when using Jscript or PerlScript, so if you are using those languages you should see GetAliasInfo instead. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | eInvalidObjectLabel: The alias name is not valid |
See also ...