com.jniwrapper.win32.com
Class ComModule

java.lang.Object
  extended bycom.jniwrapper.util.FunctionCache
      extended bycom.jniwrapper.win32.WinFunctionCache
          extended bycom.jniwrapper.win32.com.ComModule

public abstract class ComModule
extends WinFunctionCache

The abstract base class for COM modules code created by the code generation utility.


Field Summary
protected static Pointer.Void PTR_NULL
           
 
Constructor Summary
protected ComModule(java.lang.String libraryName)
           
 
Methods inherited from class com.jniwrapper.win32.WinFunctionCache
isUnicode, setUnicode, setupEncoding
 
Methods inherited from class com.jniwrapper.util.FunctionCache
getFunction, getVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PTR_NULL

protected static Pointer.Void PTR_NULL
Constructor Detail

ComModule

protected ComModule(java.lang.String libraryName)