Home
last modified time | relevance | path

Searched refs:SCRIPT_CONTROL_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 DSCRIPT_CONTROL.java29 public static final int sizeof = OS.SCRIPT_CONTROL_sizeof ();
H A DOS.java2072 public static final native int SCRIPT_CONTROL_sizeof (); in SCRIPT_CONTROL_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.h1272 #define SCRIPT_CONTROL_sizeof() sizeof(SCRIPT_CONTROL) macro
1277 #define SCRIPT_CONTROL_sizeof() 0 macro
H A Dos.c7826 rc = (jint)SCRIPT_CONTROL_sizeof(); in OS_NATIVE()