DTM_ANCHORW
This message is sent by an application to tell the HTML control to jump to the indicated anchor.
Syntax
DTM_ANCHORW
wParam = 0;
lParam = (LPARAM)(LPWSTR) szAnchor;
Parameters
- szAnchor
A null-terminated wide character 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.
This is the Unicode version of DTM_ANCHOR.
This topic is also documented in the Microsoft® Windows® CE SDK. Only the requirements table has changed.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: htmlctrl.h
Library: htmlctrl.lib
See Also
HTML Control API Messages | DTM_ANCHOR
Send Feedback on this topic to the authors