Searched refs:atomIconProp (Results 1 – 5 of 5) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | ntuser.c | 53 gpsi->atomIconProp = IntAddGlobalAtom(L"SysIC", TRUE); in InitUserAtoms()
|
H A D | defwnd.c | 447 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 D | nonclient.c | 739 if (!hIcon) hIcon = UserGetProp(pWnd, gpsi->atomIconProp, TRUE); in NC_IconForWindow()
|
/reactos/win32ss/user/user32/windows/ |
H A D | defwnd.c | 298 hIconRet = UserGetProp(UserHMGetHandle(pWnd), gpsi->atomIconProp, TRUE); in DefWndGetIcon()
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1066 ATOM atomIconProp; member
|