- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `MULTIKEYHELP%' structure specifies a keyword table and an associated keyword to be used by Windows Help."
- 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_MULTIKEYHELP
- inherit
-
MEMORY
- end
- creation
- make
- feature -- Creation
-
make
- feature -- Access
-
ptr: POINTER
- feature -- Queries
-
mkKeylist: CHARACTER
-
szKeyphrase: STRING
- feature -- Operations
-
set_mkKeylist (c: CHARACTER)
-
set_szKeyphrase (s: STRING)
end -- class WAPI_MULTIKEYHELP