IVsHelpSystem.ActivateHelpSystem Method
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.
Overloads
ActivateHelpSystem(IntPtr) | |
ActivateHelpSystem(UInt32) |
Starts the Help system and displays the table of contents. |
ActivateHelpSystem(IntPtr)
ActivateHelpSystem(UInt32)
Starts the Help system and displays the table of contents.
public:
int ActivateHelpSystem(System::UInt32 dwFlags);
public:
int ActivateHelpSystem(unsigned int dwFlags);
int ActivateHelpSystem(unsigned int dwFlags);
public int ActivateHelpSystem (uint dwFlags);
abstract member ActivateHelpSystem : uint32 -> int
Public Function ActivateHelpSystem (dwFlags As UInteger) As Integer
Parameters
- dwFlags
- UInt32
[in] Bit flags specifying Help options. Constructed from values in the VHS_COMMAND enumeration. In general, you'll only use VHS_Default.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.