- Timestamp:
- Jan 9, 2008, 3:15:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java
r55 r61 2133 2133 int mp2); 2134 2134 public static final native boolean WinWaitMsg (int hab, int ulFirst, int ulLast); 2135 public static final native int WinSendMsg (int hwnd, int ulMsgid, 2136 int mpParam1, int mpParam2); 2137 public static final native int WinSendMsg (int hwnd, int ulMsgid, 2138 RECTL mpParam1, int mpParam2); 2139 public static final native int WinSendMsg (int hwnd, int ulMsgid, 2140 PSZ mpParam1, int mpParam2); 2141 public static final native int WinSendMsg (int hwnd, int ulMsgid, 2142 int mpParam1, PSZ mpParam2); 2143 public static final native int WinSendMsg (int hwnd, int ulMsgid, 2144 LBOXINFO mpParam1, PSZ[] mpParam2); 2145 public static final native boolean WinPostMsg (int hwnd, int ulMsgid, 2146 int mpParam1, int mpParam2); 2135 public static final native int WinSendMsg (int hwnd, int ulMsgid, int mpParam1, int mpParam2); 2136 public static final native int WinSendMsg (int hwnd, int ulMsgid, RECTL mpParam1, int mpParam2); 2137 public static final native int WinSendMsg (int hwnd, int ulMsgid, PSZ mpParam1, int mpParam2); 2138 public static final native int WinSendMsg (int hwnd, int ulMsgid, int mpParam1, PSZ mpParam2); 2139 public static final native int WinSendMsg (int hwnd, int ulMsgid, LBOXINFO mpParam1, PSZ[] mpParam2); 2140 public static final native int WinSendMsg (int hwnd, int ulMsgid, MENUITEM mpParam1, PSZ mpParam2); 2141 public static final native int WinSendMsg (int hwnd, int ulMsgid, int mpParam1, MENUITEM mpParam2); 2142 public static final native boolean WinPostMsg (int hwnd, int ulMsgid,int mpParam1, int mpParam2); 2147 2143 public static final native int WinQueryMsgTime (int hab); 2148 2144 public static final native boolean WinQueryMsgPos (int hab, int[] pptl);
Note:
See TracChangeset
for help on using the changeset viewer.