Changeset 122 for trunk/src


Ignore:
Timestamp:
Jun 28, 2008, 12:24:02 AM (17 years ago)
Author:
lpino
Message:

(OS.java) - Added new API definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java

    r116 r122  
    23052305public static final native int WinFindAtom(int hatomtblAtomTbl, PSZ pszAtomName);
    23062306public static final native int WinQueryClassName(int hwnd, int lLength, PSZ PCHBuffer);
     2307public static final native boolean WinQueryCursorInfo(int hwndDeskTop, CURSORINFO pcsriCursorInfo);
     2308public static final native int WinWindowFromPoint(int hwndParent, POINTL pptlPoint, boolean fEnumChildren);
    23072309public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp,
    23082310    PSZ pszKey, int[] pulDataLen);
Note: See TracChangeset for help on using the changeset viewer.