IHelp Interface
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.
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
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. |