Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 189 of file filter.c.
{ PVOID Address; Address = ExAllocatePoolWithQuotaTag(PoolType, NumberOfBytes, Tag); if (NULL == Address) { ExRaiseStatus(STATUS_INSUFFICIENT_RESOURCES); } return Address; }