Share via


NdisZeroMemory

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function fills a block of memory with 0s.

Syntax

VOID NdisZeroMemory(
  PVOID Destination,
  ULONG Length
);

Parameters

  • Destination
    [in] Specifies the base virtual address of a block of memory.
  • Length
    [in] Specifies how many bytes to fill with 0s.

Return Value

None.

Remarks

This function fills the specified range with 0s. The specified Destination and Length must be a proper subrange of a caller-accessible memory range.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NdisAllocateMemory
NdisZeroMappedMemory