JNA API 3.5.2-SNAPSHOT

com.sun.jna.platform.win32
Class WTypes.BSTR

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.platform.win32.WTypes.BSTR
All Implemented Interfaces:
NativeMapped
Enclosing interface:
WTypes

public static class WTypes.BSTR
extends PointerType


Constructor Summary
WTypes.BSTR()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WTypes.BSTR

public WTypes.BSTR()
Method Detail

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()
Overrides:
toString in class PointerType

JNA API 3.5.2-SNAPSHOT

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