Searched refs:dwAdd (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | ShellCommandSetValue.cpp | 71 DWORD dwAdd; in StringToDWORD() local 80 dwAdd = (pszNumber-pszNumbers)*nMul; in StringToDWORD() 82 if (rdwOut + dwAdd < rdwOut) in StringToDWORD() 84 rdwOut += dwAdd; in StringToDWORD()
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1008 BOOL ModifyStyle(DWORD dwRemove, DWORD dwAdd, UINT nFlags = 0) 1011 … ::SetWindowLong(m_hWnd, GWL_STYLE, (::GetWindowLong(m_hWnd, GWL_STYLE) & ~dwRemove) | dwAdd); 1017 BOOL ModifyStyleEx(DWORD dwRemove, DWORD dwAdd, UINT nFlags = 0) 1020 … ::SetWindowLong(m_hWnd, GWL_EXSTYLE, (::GetWindowLong(m_hWnd, GWL_EXSTYLE) & ~dwRemove) | dwAdd);
|