Home
last modified time | relevance | path

Searched defs:LPARAM (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/CPP/Windows/
DShell.cpp195 static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc() argument
294 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2() argument
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DProgressDialog2.cpp924 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
/third_party/python/Lib/ctypes/
Dwintypes.py44 LPARAM = ctypes.c_long variable
47 LPARAM = ctypes.c_longlong variable
/third_party/lzma/CPP/Windows/Control/
DWindow2.cpp168 bool CWindow2::OnCommand(int /* code */, int /* itemID */, LPARAM /* lParam */, LRESULT & /* result… in OnCommand() argument
DDialog.h130 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument