DTM_ANCHOR

This message is sent by an application to tell the HTML control to jump to the indicated anchor.

At a Glance

Header file: Htmlctrl.h
Windows CE versions: 1.0 and later

Syntax

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.

See Also

DTM_ANCHORW