Microsoft SDK for Java

CUnknown Class

The CUnknown class of the com.ms.com package is the default class for Java-callable-wrappers (JCWs) for COM interfaces that are marshaled to Java interfaces. It commonly appears in stack traces and when printing out the return value of some COM operations. It can be used in calls to com.ms.com.Dispatch if it wraps a COM object that implements IDispatch.

public class CUnknown{
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.