A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



ZeroMemory

The ZeroMemory function fills a block of memory with zeros.

VB4-32,5,6
Declare Sub ZeroMemory Lib "kernel32.dll" Alias "RtlZeroMemory" (Destination As Any, ByVal Length As Long)

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Kernel32

Parameter Information
- Destination
Points to the starting address of the block of memory to fill with zeros.

- Length
Specifies the size, in bytes, of the block of memory to fill with zeros.

Return Values
This function doesn't return a value.

Last update: 07 April 2006