#include <htmlayout.h>
Data Fields | |
| NMHDR | hdr |
| Default WM_NOTIFY header. | |
| HELEMENT | helement |
| [in] DOM element. | |
| HWND | inoutControlHwnd |
| [in/out] HWND of child to be destroyed. | |
This notification is sent when HTMLayout destroys its controls.
| lParam | LPNMHL_DESTROY_CONTROL Before loading new document HTMLayout destroys all controls belonging to previous document. Host application can reject deletion of the control by setting NMHL_DESTROY_CONTROL::inoutControlHwnd to zero. |
[in/out] HWND of child to be destroyed.
1.5.1-p1