Share via


IVsHelpSystem.ActivateHelpSystem Method

Definition

Overloads

ActivateHelpSystem(IntPtr)
ActivateHelpSystem(UInt32)

Starts the Help system and displays the table of contents.

ActivateHelpSystem(IntPtr)

public:
 int ActivateHelpSystem(IntPtr dwFlags);
public int ActivateHelpSystem (IntPtr dwFlags);
abstract member ActivateHelpSystem : nativeint -> int
Public Function ActivateHelpSystem (dwFlags As IntPtr) As Integer

Parameters

dwFlags
IntPtr

nativeint

Returns

Applies to

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.

Applies to