Searched refs:handle_to_entry (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | object.c | 341 PUSER_HANDLE_ENTRY handle_to_entry(PUSER_HANDLE_TABLE ht, HANDLE handle ) in handle_to_entry() function 487 if (!(entry = handle_to_entry(ht, handle )) || entry->type != type) in UserGetObjectNoErr() 501 if (!(entry = handle_to_entry(ht, handle )) || entry->type != type) in UserGetObject() 517 if (!(entry = handle_to_entry(ht, handle ))) in get_user_full_handle() 528 if (!(entry = handle_to_entry(ht, *handle )) || entry->type != type) in get_user_object_handle() 626 entry = handle_to_entry(gHandleTable, ObjHead->h); in UserMarkObjectDestroy() 656 entry = handle_to_entry(gHandleTable, ObjHead->h); in UserDereferenceObject() 690 if (!(entry = handle_to_entry( ht, handle ))) in UserFreeHandle() 707 if (!(entry = handle_to_entry( gHandleTable, h ))) in UserObjectInDestroy() 802 if (!(entry = handle_to_entry(gHandleTable, handle ))) in NtUserValidateHandleSecure()
|