VHS_COMMAND 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 help system commands.
public enum class VHS_COMMAND
public enum class VHS_COMMAND
enum VHS_COMMAND
public enum VHS_COMMAND
type VHS_COMMAND =
Public Enum VHS_COMMAND
- Inheritance
-
VHS_COMMAND
Fields
VHS_Default | 0 | Used by all functions. Same as using |
VHS_Localize | 4 | Used only by DisplayTopicFromIdentifier(String, UInt32, UInt32) and DisplayTopicFromURL(String, UInt32). |
VHS_NoErrorMessages | 8 | Used by all functions. Set this to display error messages yourself. |
VHS_OutsideCollectionSpace | 16 | Used only by DisplayTopicFromIdentifier(String, UInt32, UInt32). Does not show context id in collection's window. |
VHS_UseBrowser | 1 | Used only by DisplayTopicFromURL(String, UInt32). |
VHS_UseHelp | 2 | Used only by DisplayTopicFromURL(String, UInt32). |
Remarks
COM Signature
From helpsys.idl: