MCPcopy Index your code
hub / github.com/java-native-access/jna / getPointer

Method getPointer

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

Indirect the native pointer as a pointer to pointer. This is equivalent to the expression ((void )((char )Pointer + offset)) . @param offset byte offset from pointer to perform the indirection @return a Pointer equivalent of the pointer value being pointed to, or null</

(long offset)

Source from the content-addressed store, hash-verified

639 * <code>NULL</code>;
640 */
641 public Pointer getPointer(long offset) {
642 return Native.getPointer(peer + offset);
643 }
644
645 /**
646 * Get a ByteBuffer mapped to the memory pointed to by the pointer,

Callers 12

testDataTypesMethod · 0.95
_invokeNativeIntMethod · 0.95
_invokeNativeObjectMethod · 0.95
_invokeNativeVoidMethod · 0.95
PointerToIShellFolderMethod · 0.95
PointerToIEnumIDListMethod · 0.95
testDLLCallbackMethod · 0.95
readMethod · 0.95
getValueMethod · 0.95
getPointerArrayMethod · 0.95
getStringArrayMethod · 0.95

Calls 1

getPointerMethod · 0.95

Tested by 3

testDataTypesMethod · 0.76
testDLLCallbackMethod · 0.76