Yeah, but the link talks about `ZwMapViewOfSection`. From that page:
> For calls from kernel-mode drivers, the NtXxx and ZwXxx versions of a Windows Native System Services routine can behave differently in the way that they handle and interpret input parameters.
How "differently" exactly? That's undocumented. And lots of other small (but very important) details are undocumented as well.
I can only wonder where `NtMapViewOfSection` could be exported from...