Home
last modified time | relevance | path

Searched refs:atomIconProp (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dntuser.c53 gpsi->atomIconProp = IntAddGlobalAtom(L"SysIC", TRUE); in InitUserAtoms()
H A Ddefwnd.c447 hIcon = UserGetProp(pWnd, gpsi->atomIconProp, TRUE); in DefWndSetIcon()
465 UserSetProp(pWnd, gpsi->atomIconProp, hIcon, TRUE); in DefWndSetIcon()
487 hIconRet = UserGetProp(pWnd, gpsi->atomIconProp, TRUE); in DefWndGetIcon()
H A Dnonclient.c739 if (!hIcon) hIcon = UserGetProp(pWnd, gpsi->atomIconProp, TRUE); in NC_IconForWindow()
/reactos/win32ss/user/user32/windows/
H A Ddefwnd.c298 hIconRet = UserGetProp(UserHMGetHandle(pWnd), gpsi->atomIconProp, TRUE); in DefWndGetIcon()
/reactos/win32ss/include/
H A Dntuser.h1066 ATOM atomIconProp; member