// ntifs.h
VOID ExDisableResourceBoostLite(
PERESOURCE Resource
);
View the official Windows Driver Kit DDI referenceNo description available.
ExDisableResourceBoostLite is reserved for system use. Don't use this routine (or the ExDisableResourceBoost routine that maps to ExDisableResourceBoostLite in ntifs.h) in your driver.
ResourceReserved.