HyperlinkSchemeEnum
HyperlinkSchemeEnum enumeration constants are used to denote different types of hyperlinks.
typedef enum {
HS_Unknown,
HS_Local,
HS_Ftp,
HS_Gopher,
HS_Http,
HS_Https,
HS_File,
HS_News,
HS_Mailto
} HyperlinkSchemeEnum;
Elements
Name | Description |
---|---|
HS_File | The full path to the file. |
HS_Ftp | The FTP site address. |
HS_Gopher | The Gopher server address. |
HS_Http | The website address. |
HS_Https | The HTTPS website address. |
HS_Local | A local hyperlink to a text fragment in the same document. |
HS_Mailto | The e-mail address. |
HS_News | The full address to a news group. |
HS_Unknown | The type of hyperlink is defined automatically. |
Used in
03.07.2024 8:50:25