ReactOS 0.4.15-dev-7924-g5949c20
pool.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/pool.h
5 * PURPOSE: Prototypes for memory pooling
6 */
7
8#pragma once
9
11 BOOLEAN Copy );
12
13/* EOF */
unsigned char BOOLEAN
#define Len
Definition: deflate.h:82
VOID Copy(PVOID Src, PVOID Dst, ULONG NumBytes)
Definition: mmixer.c:126
_In_ NDIS_HANDLE _In_ PNDIS_PACKET Packet
Definition: ndis.h:1549
unsigned int UINT
Definition: ndis.h:50
int NDIS_STATUS
Definition: ntddndis.h:475
NDIS_STATUS PrependPacket(PNDIS_PACKET Packet, PCHAR Data, UINT Len, BOOLEAN Copy)
Definition: mockbuffer.c:394
char * PCHAR
Definition: typedefs.h:51