Kernel32ZeroMemory Method

Overload List

ZeroMemory(IntPtr, IntPtr) Fills a block of memory with zeros.
ZeroMemory(IntPtr, UInt32) Fills a block of memory with zeros.
ZeroMemory(IntPtr, UIntPtr) Fills a block of memory with zeros.
ZeroMemory(UIntPtr, UInt32) Fills a block of memory with zeros.
ZeroMemory(UIntPtr, UIntPtr) Fills a block of memory with zeros.

See Also