- Timestamp:
- Jun 25, 2008, 10:36:17 PM (17 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
r107 r116 2145 2145 public static final native void objcpy (SWP to, int from); 2146 2146 2147 public static final native void objcpy (int to, OWNERITEM from); 2148 public static final native void objcpy (OWNERITEM to, int from); 2149 2147 2150 /* PM functions */ 2148 2151 … … 2299 2302 public static final native int WinQueryActiveWindow(int hwndParent); 2300 2303 public static final native boolean WinGetMsg(int hab, QMSG qmsg, int hwndFilter, int ulFisrt, int ulLast); 2304 public static final native int WinQuerySystemAtomTable(); 2305 public static final native int WinFindAtom(int hatomtblAtomTbl, PSZ pszAtomName); 2306 public static final native int WinQueryClassName(int hwnd, int lLength, PSZ PCHBuffer); 2301 2307 public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp, 2302 2308 PSZ pszKey, int[] pulDataLen);
Note:
See TracChangeset
for help on using the changeset viewer.