Searched refs:m_atom (Results 1 – 4 of 4) sorted by relevance
31 ATOM m_atom; member42 ATOM m_atom; member
304 atom = wci->m_atom; in AtlModuleRegisterWndClassInfoA()330 wci->m_atom = atom; in AtlModuleRegisterWndClassInfoA()363 atom = wci->m_atom; in AtlModuleRegisterWndClassInfoW()393 wci->m_atom = atom; in AtlModuleRegisterWndClassInfoW()
157 ok(atom == wci.m_atom, "(atom = %08x) is != than (wci.m_atom = %08x)\n", atom, wci.m_atom); in test_winclassinfo()
2023 ATOM m_atom; member2030 if (m_atom == 0) in Register()2037 m_atom = RegisterClassEx(&m_wc); in Register()2040 return m_atom; in Register()