Package com.sun.jna.platform.win32
Class WinDef.LPVOID
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinDef.LPVOID
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- WinDef
LPVOID is simply a Windows API typedef for void* - to pointer to any type so to speak.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
LPVOIDpublic LPVOID()Instantiates a new instance to NULL.
- 
LPVOIDInstantiates a new instance using a given pointer.- Parameters:
- p- the pointer
 
 
-