Home
last modified time | relevance | path

Searched refs:HELPINFO_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 DHELPINFO.java28 public static final int sizeof = OS.HELPINFO_sizeof ();
H A DOS.java2008 public static final native int HELPINFO_sizeof (); in HELPINFO_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.h540 #define HELPINFO_sizeof() sizeof(HELPINFO) macro
545 #define HELPINFO_sizeof() 0 macro
H A Dos.c3996 rc = (jint)HELPINFO_sizeof(); in OS_NATIVE()