_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 returned in Reserved(VHS_COMMAND, VsHelpErrors) calls.
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: