AVG.Automation.Cmdlets.NativeMethods.WriteProcessMemory C# (CSharp) Method

WriteProcessMemory() private method

private WriteProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, byte lpBuffer, uint nSize, UIntPtr lpNumberOfBytesWritten ) : bool
hProcess System.IntPtr
lpBaseAddress System.IntPtr
lpBuffer byte
nSize uint
lpNumberOfBytesWritten System.UIntPtr
return bool
        public static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, uint nSize, UIntPtr lpNumberOfBytesWritten);