NDIS Memory Interface (Compact 2013)
3/26/2014
This section discusses the NDIS memory interface
In This Section
- NdisAllocateMemoryWithTagPriority
Allocates a pool of memory from the nonpaged pool.
- NdisEqualMemory
Compares a specified number of characters in one block of memory with the same number of characters in a second block of memory.
- NdisFillMemory
Fills a caller-supplied buffer with the given character.
- NdisFreeMemory
Releases a block of memory that was previously allocated with the NdisAllocateMemoryWithTagPriority function.
- NdisMoveMemory
Copies a specified number of bytes from one caller-supplied location to another.
- NdisRetrieveUlong
Retrieves a ULONG value from the source address, avoiding alignment faults.
- NdisStoreUlong
Stores a ULONG value at a particular address, avoiding alignment faults.
- NdisZeroMemory
Fills a block of memory with zeros.