Searched defs:LPARAM (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.cpp | 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
|
D | ProgressDialog2.cpp | 909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
|
/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 43 LPARAM = c_long variable 46 LPARAM = c_longlong variable
|
/external/lzma/CPP/Windows/ |
D | Shell.cpp | 177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument 276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument
|
/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 44 LPARAM = ctypes.c_long variable 47 LPARAM = ctypes.c_longlong variable
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.cpp | 168 bool CWindow2::OnCommand(int /* code */, int /* itemID */, LPARAM /* lParam */, LRESULT & /* result… in OnCommand() argument
|
D | Dialog.h | 110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
|