Home
last modified time | relevance | path

Searched refs:UserObjectInDestroy (Results 1 – 8 of 8) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dobject.h18 BOOL FASTCALL UserObjectInDestroy(HANDLE);
H A Dinput.c550 if (CurIcon && UserObjectInDestroy(UserHMGetHandle(CurIcon))) in UserAttachThreadInput()
H A Dcursoricon.c210 if (UserObjectInDestroy(hCurIcon)) in UserGetCurIconObject()
1102 if (UserObjectInDestroy(hOldCursor)) in NtUserSetCursor()
H A Dobject.c703 UserObjectInDestroy(HANDLE h) in UserObjectInDestroy() function
H A Dhook.c345 if (!UserObjectInDestroy(UserHMGetHandle(phk))) //// Fix CORE-10549. in co_CallHook()
H A Dclass.c285 && !(UserObjectInDestroy(UserHMGetHandle(Class->spicnSm)))) in IntDestroyClass()
H A Dmenu.c229 if ( UserObjectInDestroy(hMenu)) in VerifyMenu()
1117 if ( SubMenuObject && !(UserObjectInDestroy(lpmii->hSubMenu)) ) in IntSetMenuItemInfo()
H A Dwindow.c101 if (UserObjectInDestroy(UserHMGetHandle(pWnd))) in VerifyWnd()