Home
last modified time | relevance | path

Searched defs:WPARAM (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
DProgressDialog.cpp103 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DProgressDialog2.cpp443 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
929 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DBrowseDialog.cpp292 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
/third_party/lzma/CPP/Windows/Control/
DWindow2.h35 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
DDialog.h115 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
132 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
/third_party/python/Lib/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable