It's following the same style as RtlDecodePointer, and since it's a simple xor....
On Sat, Mar 4, 2017 at 10:02 PM, Michael Fritscher <[email protected]> wrote: > Hi, > > I don't know - but this looks somehow ... surprising. > > Best regards, > Michael > > >> /* >> * @implemented >> + */ >> +PVOID >> +NTAPI >> +RtlDecodeSystemPointer(IN PVOID Pointer) >> +{ >> + return RtlEncodeSystemPointer(Pointer); >> +} >> + >> +/* >> + * @implemented > > > > > _______________________________________________ > Ros-dev mailing list > [email protected] > http://www.reactos.org/mailman/listinfo/ros-dev _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
