MCPcopy Create free account
hub / github.com/java-native-access/jna / nativeValue

Method nativeValue

src/com/sun/jna/Pointer.java:1189–1191  ·  view source on GitHub ↗

Read the native peer value. Use with caution.

(Pointer p)

Source from the content-addressed store, hash-verified

1187
1188 /** Read the native peer value. Use with caution. */
1189 public static long nativeValue(Pointer p) {
1190 return p == null ? 0 : p.peer;
1191 }
1192
1193 /** Set the native peer value. Use with caution. */
1194 public static void nativeValue(Pointer p, long value) {

Callers 15

callbackMethod · 0.95
testCreateWindowMethod · 0.95
testCreateWindowExMethod · 0.95
invokeMethod · 0.95
testWindowMesssagesMethod · 0.95
subclassProcMethod · 0.95
testHostProcessorInfoMethod · 0.95
invokeMethod · 0.95
getLanguageIdentifierMethod · 0.95
getDeviceHandleMethod · 0.95
toStringMethod · 0.95
getUnknownIdMethod · 0.95

Calls

no outgoing calls

Tested by 8

testCreateWindowMethod · 0.76
testCreateWindowExMethod · 0.76
invokeMethod · 0.76
testWindowMesssagesMethod · 0.76
subclassProcMethod · 0.76
testHostProcessorInfoMethod · 0.76
fromNativeMethod · 0.76