#include <htmlayout.h>
Data Fields | |
| NMHDR | hdr |
| Default WM_NOTIFY header. | |
| HELEMENT | element |
| [in] target DOM element handle | |
| LPCSTR | behaviorName |
| [in] zero terminated string, string appears as value of CSS behavior:"???" attribute. | |
| ElementEventProc * | elementProc |
| [out] pointer to ElementEventProc function. | |
| LPVOID | elementTag |
| [out] tag value, passed as is into pointer ElementEventProc function. | |
| UINT | elementEvents |
| [out] EVENT_GROUPS bit flags, event groups elementProc subscribed to. | |
This notification is sent on parsing the document and while processing elements having non empty style.behavior attribute value.
| lParam | LPNMHL_ATTACH_BEHAVIOR |
Default WM_NOTIFY header.
[in] zero terminated string, string appears as value of CSS behavior:"???" attribute.
[out] pointer to ElementEventProc function.
[out] tag value, passed as is into pointer ElementEventProc function.
[out] EVENT_GROUPS bit flags, event groups elementProc subscribed to.
1.5.1-p1