DTM_ANCHOR
This message is sent by an application to tell the HTML control to jump to the indicated anchor.
DTM_ANCHOR wParam = 0, lParam = (LPARAM)(LPSTR) szAnchor;
Parameters
- szAnchor
Null-terminated text string that contains the name of the anchor to which the HTML control is to jump.
Return Values
None.
Remarks
If the anchor is already in the document, the jump occurs immediately. If the specified anchor is not in the document, the request will be remembered such that, if the anchor is added, the jump will occur as soon as the anchor is available. While there is a pending anchor, any navigation commands from the user, such as keyboard scrolling or using the scroll bar, aborts the pending anchor jump.
Requirements
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 1.0 and later | Htmlctrl.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.