DTM_ANCHORW

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_ANCHORW wParam = 0,lParam = (LPARAM)(LPWSTR) szwAnchor;

Parameters

szwAnchor

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 so 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.

See Also

DTM_ANCHOR