// ntifs.h
PERESOURCE FsRtlAllocateResource();
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlAllocateResource routine is obsolete, but is exported to support existing driver binaries. Use ExAllocateFromNPagedLookasideList and ExInitializeResourceLite instead.
Reserved.