HelpCenterTypeLib, COM interface constants for VB.Net / VBScript
HelpCenterTypeLib - interface constants
This page contains simple VBA include for the HelpCenterTypeLib COM library.
library parameters| File Name | WINDOWS\ServicePackFiles\i386\helpctr.exe |
|---|
| Guid | {FC7D9E00-3F9E-11D3-93C0-00C04F72DAF7} |
|---|
| Enums | 5 |
|---|
tagHS_MODEenum, 2 members.Public Enum tagHS_MODE
HS_ALL = 0
HS_READ = 1
End Enum
tagOPT_FONTSIZEenum, 3 members.Public Enum tagOPT_FONTSIZE
OPT_SMALL = 0
OPT_MEDIUM = 1
OPT_LARGE = 2
End Enum
tagTB_MODEenum, 3 members.Public Enum tagTB_MODE
TB_ALL = 0
TB_SELECTED = 1
TB_NONE = 2
End Enum
tagCN_STATUSenum, 3 members.Public Enum tagCN_STATUS
CN_NOTACTIVE = 0
CN_CHECKING = 1
CN_IDLE = 2
End Enum
tagCN_URL_STATUSenum, 7 members.Public Enum tagCN_URL_STATUS
CN_URL_INVALID = 0
CN_URL_NOTPROCESSED = 1
CN_URL_CHECKING = 2
CN_URL_MALFORMED = 3
CN_URL_ALIVE = 4
CN_URL_UNREACHABLE = 5
CN_URL_ABORTED = 6
End Enum
|