#include <htmlayout.h>
Data Fields | |
| NMHDR | hdr |
| Default WM_NOTIFY header. | |
| HELEMENT | helement |
| [in] DOM element. | |
| HWND | inHwndParent |
| [in] HWND of the HTMLayout window. | |
| HWND | outControlHwnd |
| [out] HWND of control created or HWND_TRY_DEFAULT or HWND_DISCARD_CREATION. | |
| lParam | LPNMHL_CREATE_CONTROL. |
| lParam | LPNMHL_CREATE_CONTROL. |
SetWindowLong(((LPNMHL_CREATECONTROL)lParam)->outControlHwnd, GWL_ID, controlId)
[in] DOM element.
[in] HWND of the HTMLayout window.
[out] HWND of control created or HWND_TRY_DEFAULT or HWND_DISCARD_CREATION.
1.5.1-p1