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