Home
last modified time | relevance | path

Searched refs:TOOLINFO_sizeof (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DTOOLINFO.java38 public static int sizeof = OS.TOOLINFO_sizeof ();
H A DOS.java2095 public static final native int TOOLINFO_sizeof (); in TOOLINFO_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h1536 #define TOOLINFO_sizeof() sizeof(TOOLINFO) macro
1541 #define TOOLINFO_sizeof() 0 macro
H A Dos.c9834 rc = (jint)TOOLINFO_sizeof(); in OS_NATIVE()