object WinNlsApi
- Annotations
- @link("kernel32") @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WinNlsApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def GetLocaleInfoEx(localeName: CWString, lcType: LCType, buffer: CWString, bufferSize: UInt): Int
- def LOCALE_NAME_INVARIANT: CWString
- Annotations
- @name("scalanative_locale_name_invariant")
- def LOCALE_NAME_SYSTEM_DEFAULT: CWString
- Annotations
- @name("scalanative_locale_name_system_default")
- def LOCALE_NAME_USER_DEFAULT: CWString
- Annotations
- @name("scalanative_locale_name_user_default")
- def LOCALE_SISO3166CTRYNAME: LCType
- Annotations
- @name("scalanative_locale_siso3166ctryname")
- def LOCALE_SISO3166CTRYNAME2: LCType
- Annotations
- @name("scalanative_locale_siso3166ctryname2")
- def LOCALE_SISO639LANGNAME: LCType
- Annotations
- @name("scalanative_locale_siso639langname")
- def LOCALE_SISO639LANGNAME2: LCType
- Annotations
- @name("scalanative_locale_siso639langname2")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()