This notification message is sent by the HTML viewer control when it encounters a base tag in an HTML document.
At a Glance
Header file: | Htmlctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
NM_BASE NM_HTMLVIEW *pnmHtmlView= (NM_HTMLVIEW *)lParam; szHREFText = pnmHtmlView->szTarget;
switch(pnmHtmlView->hdr.code) { case NM_META: };
Parameters
pnmHtmlView
Pointer to an NM_HTMLVIEW structure that contains information about the NM_BASE notification message.
szHREFText
Null-terminated‹9/23, a-laurha, global for file: Verify that null-terminated is correct, and not “HTML-formatted.” string that contains the contents of the HREF parameter of the BASE tag in the HTML document.
Return Values
This notification message does not return a value.
See Also