Uses of Class
com.jniwrapper.win32.com.types.LocaleID

Packages that use LocaleID
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.impl The com.jniwrapper.win32.automation.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.automation package. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
com.jniwrapper.win32.com.server The com.jniwrapper.win32.com.server package contains VTBL classes for COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.com.types The com.jniwrapper.win32.com.types package contains Java wrappers for native structures and types, which are commonly used in COM. 
 

Uses of LocaleID in com.jniwrapper.win32.automation
 

Fields in com.jniwrapper.win32.automation declared as LocaleID
static LocaleID Automation.DEFAULT_LOCALE_ID
          Defines default locale ID for all automation function calls.
 

Methods in com.jniwrapper.win32.automation that return LocaleID
 LocaleID Automation.getLocaleID()
          Returns locale ID.
 

Methods in com.jniwrapper.win32.automation with parameters of type LocaleID
 void IDispatchEx.invokeEx(DispID dispidMember, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, IServiceProvider pspCaller)
           
 ITypeInfo IDispatch.getTypeInfo(UInt itinfo, LocaleID lcid)
           
 void IDispatch.getIDsOfNames(IID riid, ComplexArray rgszNames, UInt cNames, LocaleID lcid, ComplexArray rgdispid)
           
 void IDispatch.invoke(DispID dispidMember, IID riid, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, UInt puArgErr)
           
 void Automation.setLocaleID(LocaleID localeID)
          Set locale ID.
 

Uses of LocaleID in com.jniwrapper.win32.automation.impl
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type LocaleID
 ITypeInfo IDispatchImpl.getTypeInfo(UInt iTInfo, LocaleID lcid)
           
 void IDispatchImpl.getIDsOfNames(IID iid, ComplexArray rgszNames, UInt cNames, LocaleID lcid, ComplexArray rgDispId)
           
 void IDispatchImpl.getIDsOfNames(IID iid, ComplexArray rgszNames, LocaleID lcid, ComplexArray rgDispId)
           
 void IDispatchImpl.invoke(DispID dispIdMember, IID iid, LocaleID lcid, UInt16 wFlags, DispParams dispParams, Variant varResult, ExcepInfo excepInfo, UInt uArgErr)
           
 void IDispatchExImpl.invokeEx(DispID dispidMember, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, IServiceProvider pspCaller)
           
 

Uses of LocaleID in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types that return LocaleID
 LocaleID TypeAttr.getLcid()
           
 LocaleID TLibAttr.getLcid()
           
 

Uses of LocaleID in com.jniwrapper.win32.com.server
 

Methods in com.jniwrapper.win32.com.server with parameters of type LocaleID
 ITypeInfo IDispatchServer.getTypeInfo(UInt itinfo, LocaleID lcid)
           
 void IDispatchServer.getIDsOfNames(IID riid, ComplexArray rgszNames, UInt cNames, LocaleID lcid, ComplexArray rgdispid)
           
 void IDispatchServer.invoke(DispID dispidMember, IID riid, LocaleID lcid, UInt16 wFlags, DispParams pdispparams, Variant pvarResult, ExcepInfo pexcepinfo, UInt puArgErr)
           
 

Uses of LocaleID in com.jniwrapper.win32.com.types
 

Fields in com.jniwrapper.win32.com.types declared as LocaleID
static LocaleID LocaleID.LOCALE_SYSTEM_DEFAULT
          Predefined locale identifier for the system default locale.
static LocaleID LocaleID.LOCALE_USER_DEFAULT
          Predefined locale identifier for the locale of the current user.