The main Jawin classes.
Depending on what you want to do with Jawin, your main interest should
be directed on the following classes:
- Call DLL entry points (exposed functions): Use the
{@link org.jawin.FuncPtr FuncPtr}-class.
- Call vtable-based COM objects: You should extend the
{@link org.jawin.COMPtr COMPtr}-class.
- Call IDispatch-based COM objects (also known as scriptable
COM objects): You should extend the
{@link org.jawin.DispatchPtr DispatchPtr}-class.
Related Documentation
@see The Jawin documentation