Desktop Functions: Smart Device Functions:
|
Search Results for "ZeroMemory" in [All]kernel321: ZeroMemory
[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) coredll2: ZeroMemory
|