Share via


IHelp Interface

Definition

Manages the retrieval and display of online help information. You can get an instance of the interface from the SHelp (SID_SHelp) service.

public interface class IHelp
public interface class IHelp
__interface IHelp
[System.Runtime.InteropServices.Guid("6D5140C8-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IHelp
[System.Runtime.InteropServices.Guid("6D5140C8-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IHelp
[<System.Runtime.InteropServices.Guid("6D5140C8-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IHelp = interface
[<System.Runtime.InteropServices.Guid("6D5140C8-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IHelp = interface
Public Interface IHelp
Attributes

Methods

Name Description
GetHelpFile(String)

Gets the name and path of the help file.

GetHelpInfo(UInt32)

Gets information about the context of the help request.

ShowHelp(String, UInt32, UInt32)

Displays a Help topic.

Applies to