Home
last modified time | relevance | path

Searched defs:LPNMHDR (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DWindow2.h36 …virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */, LRESULT & /* result */) { return… in OnNotify() argument
H A DDialog.h148 virtual bool OnNotify(UINT /* controlID */, LPNMHDR /* lParam */) { return false; } in OnNotify() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinuser.h1825 typedef NMHDR *LPNMHDR; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs96083 pub type LPNMHDR = *mut NMHDR; typedef