Klasse PointerByReference

Alle implementierten Schnittstellen:
NativeMapped
Bekannte direkte Unterklassen:
CoreFoundation.CFDictionaryRef.ByReference, CoreFoundation.CFStringRef.ByReference

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

    • PointerByReference

      public PointerByReference()
    • PointerByReference

      public PointerByReference(Pointer value)
  • Methodendetails

    • setValue

      public void setValue(Pointer value)
    • getValue

      public Pointer getValue()