Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DProgressDialog2.cpp432 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
906 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() argument
DBrowseDialog.cpp310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
/external/lzma/CPP/Windows/Control/
DWindow2.h33 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
DDialog.h94 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; } in OnSize() argument
109 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() argument
/external/python/cpython2/Lib/ctypes/
Dwintypes.py42 WPARAM = c_ulong variable
45 WPARAM = c_ulonglong variable