... please wait while loading ...

To view the complete site without permanently having to scroll, your browser-window should be maximized to support your screen-resolution of .
binsearch
Hansjoerg G. Henker

facebook google

  17.377.080 Nedstat Basic - Kostenlose web site statistiken Persönliche Homepage webseite Zähler
Kostenlose Zähler
In memoriam C-BIT Information-Center Hannover (2.241/1075+2.241/1076 - no longer active)
Sicherheitshinweis: Wir weisen vorsorglich darauf hin, dass wir bei der Anmeldung saemtliche automatisch uebermittelten Parameter wie IP-Adresse und/oder Einwahlrufnummer speichern, um uns und unsere Kunden vor Missbrauch zu schuetzen. Selbstverstaendlich werden wir bei Bedarf umgehend strafrechtliche Massnahmen ergreifen, um einen vorliegenden Missbrauch zu ahnden.

Use Uppercase "K" for Keywords in Windows Help Files

Article ID:64050
Last Review:March 5, 1999
Revision:1.0
This article was previously published under Q64050

SUMMARY

The standard keyword list must be defined by using capital "K" footnotes. Lowercase "k" footnotes may not be used for defining either standard or alternate keyword lists.

MORE INFORMATION

Using lowercase "k" footnotes can result in problems such as the following:

If your application calls WinHelp() using the HELP_KEY option for doing a keyword search and you pass a LPSTR to a keyword defined in a footnote attached to your topic, the Help system displays an "Invalid key word" error message box. For example
WinHelp(hWnd,cFileDir,HELP_KEY,(DWORD)(LPSTR)"help");

where
   hWnd     is the handle of the calling window.
   cFileDir is the directory path and filename of the .HLP file.
   "help"   is the keyword defined in the footnote section of the topic.
				

and the footnote section of the topic is as follows:
   k sample;help
				

Modifying the footnote for the topic to use an uppercase "K" solves the problem.
   K sample;help
				

APPLIES TO
 Microsoft Windows Software Development Kit 3.0
 Microsoft Windows Software Development Kit 3.1
 Microsoft Win32 Software Development Kit (SDK) 3.5
 Microsoft Win32 Software Development Kit (SDK) 3.51
 Microsoft Win32 Software Development Kit (SDK) 4.0


This mirror is sponsored by:
Hansjoerg G. Henker
A-Z Consulting & Development
[456]

Information-Center [11.02.2012 22:51:48]