====== RUNHELP Service ====== ==== Description ==== Passes as a help file name to the Windows WinHelp() function. The WinHelp () function starts Windows Help and passes optional data indicating the nature of the help requested by the application. ==== Parameters ==== ^Parameter^Description^ ||(Optional.) An @FM-delimited array:\\ \\ __Value__\\ <1> - Owner window name\\ <2> - Command (second parameter for WinHelp)\\ <3> - extra Parameter (polymorphic third parameter for WinHelp)| ==== Returns ==== Nonzero if the function is successful. Zero if the function was not successful. ==== Example ==== /* runs the Windows Help 1.0 file NTHELP.HLP */ declare function utility foo = utility ("RUNHELP", "NTHELP.HLP") ==== Remarks ==== Refer to the Windows SDK manual for additional information about the WinHelp() function. ==== See Also ==== [[beep_service|BEEP]] Service [[destroy_service|DESTROY]] Service [[removedir_service|REMOVEDIR]] Service [[choosecolor_service|CHOOSECOLOR]] Service [[flush_service|FLUSH]] Service [[renamedir_service|RENAMEDIR]] Service [[choosedir_service|CHOOSEDIR]] Service [[get_event_service|GET_EVENT]] Service [[renamefile_service|RENAMEFILE]] Service [[choosefile_service|CHOOSEFILE]] Service [[getlogicaldrives_service|GETLOGICALDRIVES]] Service [[runhelp_service|RUNHELP]] Service [[choosefont_service|CHOOSEFONT]] Service [[makedir_service|MAKEDIR]] Service [[runwin_service|RUNWIN]] Service [[copyfile_service|COPYFILE]] Service [[objectid_service|OBJECTID]] Service [[textrect_service|TEXTRECT]] Service [[create_service|CREATE]] Service [[objectlist_service|OBJECTLIST]] Service [[wincount_service|WINCOUNT]] Service [[cursor_service|CURSOR]] Service [[printsetup_service|PRINTSETUP]] Service [[utility|Utility]] function