Home
last modified time | relevance | path

Searched refs:MmCopyFromCaller (Results 1 – 12 of 12) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmisc.c420 Status = MmCopyFromCaller(&SafeGui, lpgui, sizeof(DWORD)); in NtUserGetGUIThreadInfo()
645 Status = MmCopyFromCaller(Dest, Source, sizeof(UNICODE_STRING)); in IntSafeCopyUnicodeString()
668 Status = MmCopyFromCaller(Dest->Buffer, Src, Dest->Length); in IntSafeCopyUnicodeString()
691 Status = MmCopyFromCaller(Dest, Source, sizeof(UNICODE_STRING)); in IntSafeCopyUnicodeStringTerminateNULL()
715 Status = MmCopyFromCaller(Dest->Buffer, Src, Dest->Length); in IntSafeCopyUnicodeStringTerminateNULL()
H A Dmmcopy.h18 #define MmCopyFromCaller(x,y,z) _MmCopyFromCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z)) macro
H A Dmonitor.c561 Status = MmCopyFromCaller(&rc, pUnsafeRect, sizeof(RECT)); in NtUserEnumDisplayMonitors()
759 …Status = MmCopyFromCaller(&MonitorInfo.cbSize, &pMonitorInfoUnsafe->cbSize, sizeof(MonitorInfo.cbS… in NtUserGetMonitorInfo()
898 Status = MmCopyFromCaller(&Rect, pRectUnsafe, sizeof (RECT)); in NtUserMonitorFromRect()
H A Dscrollbar.c1153 Status = MmCopyFromCaller(&sbi, psbi, sizeof(SCROLLBARINFO)); in NtUserGetScrollBarInfo()
1351 Status = MmCopyFromCaller(&ScrollInfo, lpsi, sizeof(SCROLLINFO) - sizeof(ScrollInfo.nTrackPos)); in NtUserSetScrollInfo()
1430 Status = MmCopyFromCaller(&Safeinfo, info, sizeof(SETSCROLLBARINFO)); in NtUserSetScrollBarInfo()
H A Dhook.c1635 Status = MmCopyFromCaller(&ModuleName, in NtUserSetWindowsHookEx()
1656 Status = MmCopyFromCaller( Hook->ModuleName.Buffer, in NtUserSetWindowsHookEx()
H A Dinput.c749 Status = MmCopyFromCaller(&SafeInput, pInput++, sizeof(INPUT)); in NtUserSendInput()
H A Dmenu.c4962 Status = MmCopyFromCaller(&ItemInfo, UnsafeItemInfo, sizeof(MENUITEMINFOW)); in UserInsertMenuItem()
4975 Status = MmCopyFromCaller(&ItemInfo, UnsafeItemInfo, FIELD_OFFSET(MENUITEMINFOW, hbmpItem)); in UserInsertMenuItem()
5134 Status = MmCopyFromCaller(&Size, &UnsafeItemInfo->cbSize, sizeof(UINT)); in UserMenuItemInfo()
5147 Status = MmCopyFromCaller(&ItemInfo, UnsafeItemInfo, Size); in UserMenuItemInfo()
5204 Status = MmCopyFromCaller(&Size, &UnsafeMenuInfo->cbSize, sizeof(DWORD)); in UserMenuInfo()
5215 Status = MmCopyFromCaller(&MenuInfo, UnsafeMenuInfo, Size); in UserMenuInfo()
H A Dmessage.c513 Status = MmCopyFromCaller(KernelMem, (PVOID)UserModeMsg->lParam, Size); in CopyMsgToKernelMem()
H A Dwinpos.c3421 Status = MmCopyFromCaller(&Safepl, lpwndpl, sizeof(WINDOWPLACEMENT)); in NtUserGetWindowPlacement()
/reactos/modules/rostests/tests/polytest/
H A Dpolytest.cpp29 #define MmCopyFromCaller memmove macro
758 MmCopyFromCaller(Points, UnsafePoints, Count * sizeof(POINT)); in Polygon()
/reactos/win32ss/gdi/ntgdi/
H A Dtext.c390 Status = MmCopyFromCaller(String, UnsafeString, Count * sizeof(WCHAR)); in NtGdiGetTextExtentExW()
H A Dfreetype.c6490 Status = MmCopyFromCaller(&SafeInfoCount, UnsafeInfoCount, sizeof(SafeInfoCount)); in NtGdiGetFontFamilyInfo()
6503 Status = MmCopyFromCaller(&LogFont, UnsafeLogFont, sizeof(LOGFONTW)); in NtGdiGetFontFamilyInfo()