Skip to main content
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

NameDescription
HS\_FileThe full path to the file.
HS\_FtpThe FTP site address.
HS\_GopherThe Gopher server address.
HS\_HttpThe website address.
HS\_HttpsThe HTTPS website address.
HS\_LocalA local hyperlink to a text fragment in the same document.
HS\_MailtoThe e-mail address.
HS\_NewsThe full address to a news group.
HS\_UnknownThe type of hyperlink is defined automatically.

Used in

IHyperlink::ParseTarget IHyperlink::Scheme