Uses of Class
com.jniwrapper.win32.com.impl.IMessageFilterImpl

Packages that use IMessageFilterImpl
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
 

Uses of IMessageFilterImpl in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return IMessageFilterImpl
static IMessageFilterImpl ComFunctions.coRegisterMessageFilter(IMessageFilterImpl msgFilter)
          Registers with OLE the instance of an IMessageFilter interface, which is to be used for handling concurrency issues on the current thread.
 

Methods in com.jniwrapper.win32.com with parameters of type IMessageFilterImpl
static IMessageFilterImpl ComFunctions.coRegisterMessageFilter(IMessageFilterImpl msgFilter)
          Registers with OLE the instance of an IMessageFilter interface, which is to be used for handling concurrency issues on the current thread.