_VsHelpErrors Enum
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
C++/CX
public enum class _VsHelpErrors
enum _VsHelpErrors
public enum _VsHelpErrors
type _VsHelpErrors =
Public Enum _VsHelpErrors
- Inheritance
-
_VsHelpErrors
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. |
From helpsys.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |