NativeMapped
public static class WTypes.LPWSTR extends PointerType
Modifier and Type | Class | Description |
---|---|---|
static class |
WTypes.LPWSTR.ByReference |
Constructor | Description |
---|---|
LPWSTR() |
|
LPWSTR(Pointer pointer) |
|
LPWSTR(java.lang.String value) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getValue() |
|
void |
setValue(java.lang.String value) |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
public LPWSTR()
public LPWSTR(Pointer pointer)
public LPWSTR(java.lang.String value)
public void setValue(java.lang.String value)
public java.lang.String getValue()
public java.lang.String toString()
toString
in class PointerType