Package com.sun.jna.platform.win32
Class WinDef.PVOID
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinDef.PVOID
- All Implemented Interfaces:
NativeMapped
- Direct Known Subclasses:
Ddeml.HDDEDATA
,WinUser.HDEVNOTIFY
- Enclosing interface:
- WinDef
The Class PVOID.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
PVOID
public PVOID() -
PVOID
Instantiates a new pvoid.- Parameters:
pointer
- the pointer
-