Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class WinDef.LPVOID

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    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.
    • Constructor Detail

      • LPVOID

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

        public LPVOID(Pointer p)
        Instantiates a new instance using a given pointer.
        Parameters:
        p - the pointer
JNA API 5.3.1

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