Compartilhar via


NDIS Memory Interface (Compact 2013)

3/26/2014

This section discusses the NDIS memory interface

In This Section

  • 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.
  • 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.

See Also

Reference

NDIS General-use Interfaces