Package com.ms.com |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public interface IUnknown { }
The IUnknown interface is used as the return type for Component Object Module (COM) methods that return arbitrary COM interfaces. For backward compatibility, the JCOM tool translates references from the IUnknown COM interface to the IUnknown Java interface. For maximum usage, the parameters, return types, fields, and variables that are intended to hold general COM objects should be declared as type java.lang.Object rather than com.ms.comIUnknown.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.