INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: Help Functions"
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_HELP_FUNCTIONS
inherit

WAPI_ERROR_SERVER
end
feature -- Access

WinHelp (hwndmain: INTEGER; lpszhelp: STRING; ucommand: INTEGER; dwdata: INTEGER): BOOLEAN
-- The `WinHelp' function starts Windows Help (WINHELP.EXE) and passes
-- additional data indicating the nature of the help requested
-- by the application. The application specifies the name and,
-- where required, the directory path of the help file to display.
require
correct_lpszhelp: lpszhelp /= void and then not lpszhelp.is_empty
end -- class WAPI_HELP_FUNCTIONS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES