Home
last modified time | relevance | path

Searched refs:STARTUPINFO_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 DSTARTUPINFO.java42 public static int sizeof = OS.STARTUPINFO_sizeof ();
H A DOS.java2086 public static final native int STARTUPINFO_sizeof (); in STARTUPINFO_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.h1428 #define STARTUPINFO_sizeof() sizeof(STARTUPINFO) macro
1433 #define STARTUPINFO_sizeof() 0 macro
H A Dos.c8013 rc = (jint)STARTUPINFO_sizeof(); in OS_NATIVE()