C# Class AVG.Automation.Cmdlets.NativeMethods

Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
MakeLong ( int HiWord, int LoWord ) : int

Private Methods

Method Description
CloseHandle ( IntPtr hHandle ) : bool
GetParent ( IntPtr hWnd ) : IntPtr
OpenProcess ( ProcessAccessFlags dwDesiredAccess, [ bInheritHandle, int dwProcessId ) : IntPtr
PostMessage ( IntPtr hWnd, WM Msg, IntPtr wParam, IntPtr lParam ) : bool
PostMessage ( IntPtr hWnd, WM Msg, int wParam, int lParam ) : bool
SendMessage ( IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, UInt32 Msg, Int32 wParam, Int32 lParam ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
VirtualAllocEx ( IntPtr hProcess, IntPtr lpAddress, uint dwSize, AllocationType flAllocationType, MemoryProtection flProtect ) : IntPtr
VirtualFreeEx ( IntPtr hProcess, IntPtr lpAddress, int dwSize, FreeType dwFreeType ) : bool
WriteProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, byte lpBuffer, uint nSize, UIntPtr lpNumberOfBytesWritten ) : bool

Method Details

MakeLong() public static method

public static MakeLong ( int HiWord, int LoWord ) : int
HiWord int
LoWord int
return int