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

Packages that use INTERFACEINFO
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.impl The com.jniwrapper.win32.com.impl package contains default client implementations of 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 INTERFACEINFO in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type INTERFACEINFO
 UInt32 IMessageFilter.handleInComingCall(UInt32 dwCallType, Pointer.Void htaskCaller, UInt32 dwTickCount, INTERFACEINFO lpInterfaceInfo)
          This method is an object-based method that provides the ability to filter or reject incoming calls (or call backs) to an object or a process.
 

Uses of INTERFACEINFO in com.jniwrapper.win32.com.impl
 

Methods in com.jniwrapper.win32.com.impl with parameters of type INTERFACEINFO
 UInt32 IMessageFilterImpl.handleInComingCall(UInt32 dwCallType, Pointer.Void htaskCaller, UInt32 dwTickCount, INTERFACEINFO lpInterfaceInfo)
           
 

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

Constructors in com.jniwrapper.win32.com.types with parameters of type INTERFACEINFO
INTERFACEINFO(INTERFACEINFO that)