gvg@svn.reactos.com wrote:
Factor out probe and capture code from private ntoskrnl header and put it in a more public place so other kernelmode components can use it too
Added files: trunk/reactos/include/reactos/probe.h
Updated files: trunk/reactos/ntoskrnl/include/internal/ntoskrnl.h trunk/reactos/ntoskrnl/include/ntoskrnl.h
Ros-svn mailing list Ros-svn@reactos.org http://www.reactos.org/mailman/listinfo/ros-svn
This is incorrect; other kernel-mode components should NOT use these macros. They should do it the "long way" and go through ProbeForRead.
Best regards, Alex Ionescu