Esempio n. 1
0
 public static extern void SwitchToThisWindow(NativeMethods.HWND hwnd, bool fAltTab);
Esempio n. 2
0
 public static extern bool UnregisterHotKey(NativeMethods.HWND hWnd, int id);
Esempio n. 3
0
 public static extern bool SetWindowPlacement(NativeMethods.HWND hwnd, ref WINDOWPLACEMENT wp);
Esempio n. 4
0
 internal static extern bool SetWindowPos(NativeMethods.HWND hWnd, NativeMethods.HWND hWndInsertAfter, int x, int y, int cx, int cy, int flags);
Esempio n. 5
0
 public static extern IntPtr SendMessageTimeout(
     NativeMethods.HWND hwnd, int Msg, IntPtr wParam, StringBuilder lParam, int flags, int uTimeout, out IntPtr pResult);
Esempio n. 6
0
 public static extern IntPtr SendMessageTimeout(
     NativeMethods.HWND hwnd, int Msg, IntPtr wParam, ref MINMAXINFO lParam, int flags, int uTimeout, out IntPtr pResult);
Esempio n. 7
0
 public static extern bool RegisterHotKey(NativeMethods.HWND hWnd, int id, int fsModifiers, int vk);
Esempio n. 8
0
 public static extern bool PeekMessage(
     ref MSG msg, NativeMethods.HWND hwnd, int nMsgFilterMin, int nMsgFilterMax, int wRemoveMsg);
Esempio n. 9
0
 public static extern int GetMessage(
     ref MSG msg, NativeMethods.HWND hwnd, int nMsgFilterMin, int nMsgFilterMax);