Skip navigation links
JNA API 4.4.0
com.sun.jna.ptr

Class PointerByReference

  • All Implemented Interfaces:
    NativeMapped


    public class PointerByReference
    extends ByReference
    Represents a reference to a pointer to native data. In C notation, void**.
    Author:
    twall
    • Constructor Detail

      • PointerByReference

        public PointerByReference()
      • PointerByReference

        public PointerByReference(Pointer value)
    • Method Detail

      • setValue

        public void setValue(Pointer value)
      • getValue

        public Pointer getValue()
JNA API 4.4.0

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.