Searched refs:LPNMHDR (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | PropertyPage.h | 23 virtual bool OnNotify(UINT controlID, LPNMHDR lParam);
|
D | Window2.h | 34 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() argument
|
D | PropertyPage.cpp | 33 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam) in OnNotify()
|
D | Window2.cpp | 147 if (OnNotify((UINT)wParam, (LPNMHDR) lParam, result)) in OnMessage()
|
D | Dialog.h | 108 virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */) { return false; } in OnNotify() argument
|
D | Dialog.cpp | 39 case WM_NOTIFY: return OnNotify((UINT)wParam, (LPNMHDR) lParam); in OnMessage()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 104 virtual bool OnNotify(UINT controlID, LPNMHDR header); 363 bool CBrowseDialog::OnNotify(UINT /* controlID */, LPNMHDR header) in OnNotify()
|