Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 717 of file pin.c.
{ ULONG Index; PUCHAR Block = ExAllocatePool(NonPagedPool, Elements * ElementSize); if (!Block) return NULL; for(Index = 0; Index < Elements * ElementSize; Index++) Block[Index] = 0; return Block; }