NdisZeroMemory (Windows CE 5.0)

Send Feedback

This function fills a block of memory with 0s.

VOIDNdisZeroMemory(PVOIDDestination,ULONGLength);

Parameters

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

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisAllocateMemory | NdisZeroMappedMemory

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.