O.P. [?] TVN_BEGINLABELEDIT handling
Hi,
I've got a 'simple' question.
TVN_BEGINLABELEDIT is sent in the form of a WM_NOTIFY message, the last one pointing to an NMHDR structure. In the documentation, they talk about the lParam being a pointer to an NMTVDISPINFO structure. There is no documentation on where to find that specific pointer. I don't think I'll find it in the NMHDR, and the idCtrl part of WM_NOTIFY isn't an NMHDR-pointer either.
Does anyone know where that pointer to NMTVDISPINFO is?
Thanks in advance.
|