Exemplo n.º 1
0
 public static extern bool ShowWindow(IntPtr hWnd, WinAPI.ShowWindowCommands nCmdShow);
Exemplo n.º 2
0
 public static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, WinAPI.AllocationType flAllocationType, WinAPI.MemoryProtection flProtect);
Exemplo n.º 3
0
 public static extern IntPtr OpenProcess(WinAPI.ProcessAccessFlags dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, int dwProcessId);