Klasse WinDef.LPVOID

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinDef.LPVOID
Alle implementierten Schnittstellen:
NativeMapped
Umschließende Schnittstelle:
WinDef

public static class WinDef.LPVOID extends PointerType
LPVOID is simply a Windows API typedef for void* - to pointer to any type so to speak.
  • Konstruktordetails

    • LPVOID

      public LPVOID()
      Instantiates a new instance to NULL.
    • LPVOID

      public LPVOID(Pointer p)
      Instantiates a new instance using a given pointer.
      Parameter:
      p - the pointer