Home
last modified time | relevance | path

Searched refs:m_atom (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Datlwin.h31 ATOM m_atom; member
42 ATOM m_atom; member
/reactos/dll/win32/atl/
H A Datl30.c304 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()
/reactos/modules/rostests/winetests/atl/
H A Dmodule.c157 ok(atom == wci.m_atom, "(atom = %08x) is != than (wci.m_atom = %08x)\n", atom, wci.m_atom); in test_winclassinfo()
/reactos/sdk/lib/atl/
H A Datlwin.h2023 ATOM m_atom; member
2030 if (m_atom == 0) in Register()
2037 m_atom = RegisterClassEx(&m_wc); in Register()
2040 return m_atom; in Register()