The ShowHelpContextID function displays a help entry using its context ID. The help file is identified by the help ID.
Syntax | |||||
ShowHelpContextID(HelpID, ContextID) | |||||
Return value | |||||
Type |
Description | ||||
Long |
Zero if executed without errors. | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
HelpID |
String |
ByVal |
ID of the help file | |
Required |
ContextID |
String |
ByVal |
Context ID of the help entry to be displayed. | |