Class BSTR


  • public class BSTR
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int m_pBSTR  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BSTR​(int addr)  
        BSTR​(java.lang.String s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createBSTR​(java.lang.String s)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • m_pBSTR

        public int m_pBSTR
    • Method Detail

      • createBSTR

        public void createBSTR​(java.lang.String s)
                        throws COMError
        Throws:
        COMError
      • toString

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