Files
jlibcom/samples/test/atl
clay_shooter 43dce6d42f Generated basic javadoc for most methods. Still need some help here
Reformatteda all source using eclipse
eliminated parameters with same names as method variagles
repackaged all tests so that their package names match the directories they are in
merged in Jiffie and Variant EventProxy changes
2005-01-08 17:02:55 +00:00
..
2004-10-17 18:36:38 +00:00
2004-10-17 18:36:38 +00:00

This example demonstrates how to access multiple interfaces.

To run it, chdir to MultiFace\Debug and run:
regsvr32 MultiFace.dll

Then, run (in this dir):
java MultiFace

As you can see from MultiFace\MultiFace.idl - there are 3 interfaces.

By default JACOB attaches to the default interface.

The file MultiFace.java shows how to use the new Dispatch.QueryInterface
to get access to the other interfaces.