VsHelpErrors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies errors unique to IVsHelpSystem.
public enum class VsHelpErrors
public enum class VsHelpErrors
enum VsHelpErrors
public enum VsHelpErrors
type VsHelpErrors =
Public Enum VsHelpErrors
- Inheritance
-
VsHelpErrors
Fields
Name | Value | Description |
---|---|---|
VSHELP_E_HTMLHELP_UNKNOWN | -2147217408 | HTML Help generated an unknown error. |
VSHELP_E_COLLECTIONDOESNOTEXIST | -2147217407 | The collection name read from the registry does not exist on disk. |
VSHELP_E_COLLECTIONNOTREGISTERED | -2147217406 | MSDN has not been registered. |
VSHELP_E_REGISTRATION | -2147217405 | The MSDN collection has been improperly registered. |
VSHELP_E_PREFERREDCOLLECTION | -2147217404 | The preferred collection is incorrectly registered. Select a new preferred collection or reinstall. |
Remarks
COM Signature
From helpsys.idl: