-
- All Implemented Interfaces:
NativeCallToJava
- Enclosing class:
- Winnt
public abstract static class Winnt.PAPCFUNC extends Callback_IJ_V_Impl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
NativeFunctionPointer.Producer<A extends NativeFunctionPointer>
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
nativeAddress
-
-
Constructor Summary
Constructors Constructor Description PAPCFUNC()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidcallback(int value)this will be called from the native code on 64 bit.protected abstract voidcallback(long value)this will be called from the native code on 32 bit.-
Methods inherited from class de.ibapl.jnhw.common.callback.Callback_IJ_V_Impl
callbacksAvailable, find, MAX_CALL_BACKS
-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, toUintptr_t, toUintptr_tOrNULL, wrap, wrap
-
-
-
-
Method Detail
-
callback
protected abstract void callback(int value)
this will be called from the native code on 64 bit.- Specified by:
callbackin classCallback_IJ_V- Parameters:
value-
-
callback
protected abstract void callback(long value)
this will be called from the native code on 32 bit.- Specified by:
callbackin classCallback_IJ_V- Parameters:
value-
-
-