[ros-dev] [ros-diffs] [tkreuzer] 25352: My first commit! NtGdiExtTextOut: - Unlock dc if failed - Copy string from usermode using MmCopyFromCaller

Thomas Weidenmueller w3seek at reactos.com
Wed Jan 10 08:34:57 CET 2007


MmCopyFromCaller is deprecated! Use probing and SEH instead. All Code
using MmCopyFromCaller or MmCopyToCaller should be fixed, these APIs
should no longer be used for new code.

tkreuzer at svn.reactos.org wrote:
> Author: tkreuzer
> Date: Mon Jan  8 00:18:34 2007
> New Revision: 25352
> 
> URL: http://svn.reactos.org/svn/reactos?rev=25352&view=rev
> Log:
> My first commit!
> NtGdiExtTextOut:
> - Unlock dc if failed
> - Copy string from usermode using MmCopyFromCaller
> 
> Modified:
>     trunk/reactos/subsystems/win32/win32k/objects/text.c


More information about the Ros-dev mailing list