Home
last modified time | relevance | path

Searched refs:dwAdd (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandSetValue.cpp71 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 Datlwin.h1008 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);