 |
GetWindowContextHelpId Add comment W32 Constants Translate this page |
 |
 |
The GetWindowContextHelpId function retrieves the help context identifier, if any, associated with the specified window.
Windows NT only |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetWindowContextHelpId(
HWND hWnd
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetWindowContextHelpId IN user32;
INTEGER hWnd
|
 |
 |
 |
| Parameters: |
 |
hWnd
Handle to the window for which the help context identifier is to be retrieved |
 |
 |
| Return value: |
 |
| Returns the help context identifier if the window has one or zero otherwise |
 |
 |
| My comment: |
 |
| See also SetWindowContextHelpId and GetMenuContextHelpId functions. |
 |
 |
| Word Index links for the GetWindowContextHelpId : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2003-03-17 10:00:06 | Visited in last 7 days: 21 |