Class Winnt.PAPCFUNC

    • Constructor Detail

      • PAPCFUNC

        public PAPCFUNC()
    • Method Detail

      • callback

        protected abstract void callback​(long value)
        this will be called from the native code on 32 bit.
        Specified by:
        callback in class Callback_IJ_V
        Parameters:
        value -
      • callback

        protected abstract void callback​(int value)
        this will be called from the native code on 64 bit.
        Specified by:
        callback in class Callback_IJ_V
        Parameters:
        value -