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