Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ZeroMemory" in [All]

kernel32

.
Summary
The ZeroMemory function fills a block of memory with zeros.
.

[DllImport("Kernel32.dll", EntryPoint="RtlZeroMemory", SetLastError=false)]

.

static extern void ZeroMemory(IntPtr dest, IntPtr size);

.

Declare Auto Sub ZeroMemory Lib "Kernel32.dll" _

.

    Alias "RtlZeroMemory" (ByVal dest As IntPtr, ByVal size As IntPtr)

.

   Public Shared Sub ZeroMemory(ByVal addr As IntPtr, ByVal size As IntPtr)

.

    Public Shared Sub ZeroMemory(ByVal addr As IntPtr, ByVal size As IntPtr)

.

    ZeroMemory(abytearray, absize)

.
Documentation
[ZeroMemory] on MSDN

coredll

.

     public static bool ZeroMemory(object o)

.

Declare Function ZeroMemory Lib "CoreDll.dll" (TODO) As TODO

.
Documentation
[ZeroMemory] on MSDN

 
Access PInvoke.net directly from VS: