Home
last modified time | relevance | path

Searched defs:WPARAM (Results 1 – 8 of 8) 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.cpp435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
909 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
110 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
/external/python/cpython3/Lib/ctypes/
Dwintypes.py43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable