Share via


NdisFillMemory (Windows CE 5.0)

Send Feedback

This function fills a caller-supplied buffer with the given character.

VOID NdisFillMemory(PVOIDDestination,ULONGLength,UCHARFill);

Parameters

  • Destination
    [in] Points to the buffer to be filled.
  • Length
    [in] Specifies the number of bytes to be filled.
  • Fill
    [in] Specifies the value to fill the buffer.

Return Values

None.

Requirements

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

See Also

NdisZeroMemory

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.