_VsHelpErrors Enum

Definition

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

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_HTMLHELP_UNKNOWN -2147217408

HTML Help generated an unknown error.

VSHELP_E_PREFERREDCOLLECTION -2147217404

The preferred collection is incorrectly registered. Select a new preferred collection or reinstall.

VSHELP_E_REGISTRATION -2147217405

The MSDN collection has been improperly registered.

Remarks

COM Signature

From helpsys.idl:

Applies to